UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 183 B
import { GraphQLSchema } from 'graphql'; import { IFieldIteratorFn } from './Interfaces.cjs'; export declare function forEachField(schema: GraphQLSchema, fn: IFieldIteratorFn): void;