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