Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils forEachDefaultValue.d.ts
Raw

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;