On this page

correctASTNodes

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

Call Signature

correctASTNodes(type): GraphQLObjectType

Defined in: packages/utils/src/mapSchema.ts:541

Parameters

type

GraphQLObjectType

Returns

GraphQLObjectType

Call Signature

correctASTNodes(type): GraphQLInterfaceType

Defined in: packages/utils/src/mapSchema.ts:542

Parameters

type

GraphQLInterfaceType

Returns

GraphQLInterfaceType

Call Signature

correctASTNodes(type): GraphQLInputObjectType

Defined in: packages/utils/src/mapSchema.ts:543

Parameters

type

GraphQLInputObjectType

Returns

GraphQLInputObjectType

Call Signature

correctASTNodes(type): GraphQLEnumType

Defined in: packages/utils/src/mapSchema.ts:544

Parameters

type

GraphQLEnumType

Returns

GraphQLEnumType