TSchemaType Class
The ancestor of all classes that represent a GraphQL type.
Syntax
Unit: GraphQL.Schema
TSchemaType = class(TObject);
Methods
Name | Description |
---|---|
IsInputType | Indicates if the type is an input type. |
IsOutputType | Indicates if the type is an output type. |
Properties
Name | Description |
---|---|
DisplayName | Returns a user-friendly name for the type. |
Description | Holds the optional description for the type. |