TSchemaScalarType Class
Represents a GraphQL scalar type. Ancestor of concrete scalar implementations.
Remarks
This is the ancestor abstrcat class of concrete implementations of scalar types. Descendants of this type are TSchemaIntType, TSchemaFloatType, TSchemaStringType, TSchemaBooleanType, TSchemaIDType and TSchemaEnumType.
Syntax
Unit: GraphQL.Schema
TSchemaScalarType = class(TSchemaNamedType);