UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

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