UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

6 lines (5 loc) 285 B
import type { Application } from './types'; import type { ExecutionContextBuilder } from './context'; export declare function operationControllerCreator(options: { contextBuilder: ExecutionContextBuilder<GraphQLModules.GlobalContext>; }): Application['createOperationController'];