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