TSchemaDocument.Add Method
Adds a type to the schema.
Remarks
The type instance will be destroyed when the schema is destroyed.
Syntax
Unit: GraphQL.Schema
procedure TSchemaDocument.Add(AType: TSchemaNamedType);
Parameters
| <-> | Parameter | Type | Description | 
|---|---|---|---|
| AType | TSchemaNamedType |