UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

8 lines (6 loc) 164 B
// noop // TODO: typecheck export default { getAsyncContext: () => undefined, runWithAsyncContext: (_asyncContext, callback, ...args) => callback(...args), };