TSchemaNamedType Class
Represents a named GraphQL type.
Remarks
Descendants of this class are TSchemaScalarType, TSchemaObjectType, TSchemaInterfaceType, TSchemaUnionType and TSchemaInputObjectType. Instances of named types are only listed and managed in the main TSchemaDocument object, and must be referenced in schema objects only by its name.
Syntax
Unit: GraphQL.Schema
TSchemaNamedType = class(TSchemaType);
Properties
Name | Description |
---|---|
Name | The name of the GraphQL type. |