forEachField.d.cts 183 B

123
  1. import { GraphQLSchema } from 'graphql';
  2. import { IFieldIteratorFn } from './Interfaces.cjs';
  3. export declare function forEachField(schema: GraphQLSchema, fn: IFieldIteratorFn): void;