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. |