Search Results for

    Show / Hide Table of Contents

    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);
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com