TSchemaListType.Create Constructor
Overloads
TSchemaListType.Create(TSchemaAssignableType)
Creates a list type with the specified item type.
Syntax
Unit: GraphQL.Schema
constructor TSchemaListType.Create(AItemType: TSchemaAssignableType);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
AItemType | TSchemaAssignableType | The type of the items of the list. |
See also
TSchemaListType.Create(string)
Creates a list type with the specified item type.
Syntax
Unit: GraphQL.Schema
constructor TSchemaListType.Create(const AItemTypeName: string);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | AItemTypeName | string | The name of the item type of the list. |