Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/delegate/results/handleNull.d.ts
import { FieldNode, GraphQLError } from 'graphql';
export declare function handleNull(fieldNodes: ReadonlyArray<FieldNode>, path: Array<string | number>, errors: ReadonlyArray<GraphQLError>): {};