UNPKG

186 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { SchemaTemplateContext } from '../types';
3export declare function schemaToTemplateContext(schema: GraphQLSchema): SchemaTemplateContext;