On this page

forEachField

The forEachField function exported by @graphql-tools/utils.

forEachField(schema, fn): void

Defined in: packages/utils/src/forEachField.ts:4

Parameters

schema

GraphQLSchema

fn

IFieldIteratorFn

Returns

void