Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrctype-aliasesScalarTypeMapper

Type Alias: ScalarTypeMapper

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

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

Parameters

type

GraphQLScalarType

schema

GraphQLSchema

Returns

GraphQLScalarType | null | undefined