TSchemaNonNullType Class
Represents a GraphQL non-null type.
Syntax
Unit: GraphQL.Schema
TSchemaNonNullType = class(TSchemaAssignableType);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(TSchemaAssignableType) Create(string) |
Properties
| Name | Description |
|---|---|
| NullableType | The underlying nullable type wrapped by this non-null type. |