UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 186 B
import { GraphQLSchema } from 'graphql'; import { SchemaTemplateContext } from '../types'; export declare function schemaToTemplateContext(schema: GraphQLSchema): SchemaTemplateContext;