UNPKG

@vtex/api

Version:
3 lines (2 loc) 210 B
import { ExecutableSchema, GraphQLServiceContext } from '../typings'; export declare const run: (executableSchema: ExecutableSchema) => (ctx: GraphQLServiceContext, next: () => Promise<void>) => Promise<void>;