TSchemaInputObjectType.AddField Method
Adds a new input field to this type.
Syntax
Unit: GraphQL.Schema
procedure TSchemaInputObjectType.AddField(Field: TSchemaInputValue);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
Field | TSchemaInputValue | The input field to be added. It will be destroyed when the type is destroyed. |