TSchemaInputValue Class
Represents a GraphQL input value definition (field argument or input object field).
Syntax
Unit: GraphQL.Schema
TSchemaInputValue = class(TObject);
Constructors
| Name | Description | 
|---|---|
| Create | Overloaded Create(string, TSchemaAssignableType) Create(string, string)  | 
Properties
| Name | Description | 
|---|---|
| Name | The name of the input value. | 
| Description | Optional description of the input value. | 
| DefaultValue | The default value of the input value, used when no value is provided. | 
| HasDefaultValue | Indicates if this input value has a default value specified. | 
| ValueType | The type of the input value. |