UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

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