Search Results for

    Show / Hide Table of Contents

    TSchemaEnumType Class

    Represents a GraphQL enum type.

    Syntax

    Unit: GraphQL.Schema

    TSchemaEnumType = class(TSchemaScalarType);

    Constructors

    Name Description
    Create Creates the enumeration type with the specified name.

    Methods

    Name Description
    Contains Returns true if the specified value is a valid enum value.
    AddValue Adds a new enum value to this type.

    Properties

    Name Description
    Values Provides the collection of enum values in this type.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com