On this page

InterfaceTypeMapper

The InterfaceTypeMapper type alias exported by @graphql-tools/utils.

InterfaceTypeMapper = (type, schema) => GraphQLInterfaceType | null | undefined

Defined in: packages/utils/src/Interfaces.ts:523

Parameters

type

GraphQLInterfaceType

schema

GraphQLSchema

Returns

GraphQLInterfaceType | null | undefined