UNPKG

graphql-join

Version:

Join types together in your schema declaratively with SDL.

6 lines (5 loc) 258 B
import { GraphQLSchema, FieldNode } from 'graphql'; export declare function validateFieldConfig(fieldConfig: string, typeName: string, fieldName: string, typeDefs: string, schema: GraphQLSchema): { queryFieldNode: FieldNode; isUnbatched: boolean; };