Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/utils/forEachDefaultValue.d.ts
import { GraphQLSchema } from 'graphql';
import { IDefaultValueIteratorFn } from '../Interfaces';
export declare function forEachDefaultValue(schema: GraphQLSchema, fn: IDefaultValueIteratorFn): void;