UNPKG

graphql-yoga

Version:

[![GraphQL Conf 2023](/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)

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