On this page

ScalarTypeMapper

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

ScalarTypeMapper = (type, schema) => GraphQLScalarType | null | undefined

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

Parameters

type

GraphQLScalarType

schema

GraphQLSchema

Returns

GraphQLScalarType | null | undefined