Search Results for

    Show / Hide Table of Contents

    TSchemaEnumValue Class

    Represents a enum value in a GraphQL enum type.

    Syntax

    Unit: GraphQL.Schema

    TSchemaEnumValue = class(TObject);

    Constructors

    Name Description
    Create Creates the enum value with the specified name.

    Properties

    Name Description
    Name The name of enumerated value.
    IsDeprecated Indicates if the enum value is deprecated.
    DeprecationReason Contains the reason for an enum value to be deprecated.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com