GraphQLScalarType <TInternal, TExternal>
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Type parameters
- TInternal = unknown
- TExternal = TInternal
Parameters
config: Readonly<GraphQLScalarTypeConfig<TInternal, TExternal>>
Returns GraphQLScalarType<TInternal, TExternal>
Properties
astNode
description
extensionASTNodes
extensions
name
parseLiteral
parseValue
serialize
specifiedByURL
Accessors
[toStringTag]
Returns string
Methods
toConfig
Returns GraphQLScalarTypeNormalizedConfig<TInternal, TExternal>
toJSON
Returns string
toString
Returns string
Create and operate on GraphQL type definitions and schema.