UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

3 lines (2 loc) 171 B
import { GraphQLField, GraphQLType, FieldNode } from 'graphql'; export declare function getFieldDef(parentType: GraphQLType, fieldAST: FieldNode): GraphQLField<any, any>;