TSchemaObjectType Class
Represents a GraphQL object type.
Syntax
Unit: GraphQL.Schema
TSchemaObjectType = class(TSchemaStructuredType);
Constructors
| Name | Description |
|---|---|
| Create | Creates the object type with the specified name. |
Methods
| Name | Description |
|---|---|
| AddInterfaceReference | Adds the specified interface type as one of the interfaces implemented by this object type. |
Properties
| Name | Description |
|---|---|
| Interfaces | Returns the interface types implemented by this object type. |