TSchemaEnumType.AddValue Method
Adds a new enum value to this type.
Syntax
Unit: GraphQL.Schema
procedure TSchemaEnumType.AddValue(Value: TSchemaEnumValue);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
Value | TSchemaEnumValue | The enum value to be added. It will be destroyed when the type is destroyed. |