UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

5 lines (4 loc) 243 B
import { GraphQLObjectType, GraphQLSchema, OperationDefinitionNode } from 'graphql'; export declare const getRoot: (schema: GraphQLSchema, operation: OperationDefinitionNode) => void | GraphQLObjectType<any, any, { [key: string]: any; }>;