UNPKG

graphql-yoga

Version:
4 lines (3 loc) 295 B
import { IExecutableSchemaDefinition } from '@graphql-tools/schema'; import { GraphQLSchemaWithContext, YogaInitialContext } from './types.cjs'; export declare function createSchema<TContext = YogaInitialContext>(opts: IExecutableSchemaDefinition<TContext>): GraphQLSchemaWithContext<TContext>;