TSchemaStructuredType Class
Base class for structure output type, which can be either a TSchemaObjectType or an TSchemaInterfaceType.
Syntax
Unit: GraphQL.Schema
TSchemaStructuredType = class(TSchemaNamedType);
Methods
Name | Description |
---|---|
FindField | Returns the field given a specified name. |
AddField | Adds a new field to this type. |
Properties
Name | Description |
---|---|
Fields | Provides the collection of fields in this type. |