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