UNPKG

@apollographql/graphql-upload-8-fork

Version:

Fork of graphql-upload@8 that works with graphql@15 for compatibility with apollo-server@2

5 lines (4 loc) 91 B
export const ignoreStream = stream => { stream.on('error', () => {}) stream.resume() }