TSchemaNonNullType.Create Constructor
Overloads
TSchemaNonNullType.Create(TSchemaAssignableType)
Creates a non-nullable type wrapping the underlying nullable type.
Syntax
Unit: GraphQL.Schema
constructor TSchemaNonNullType.Create(ANullableType: TSchemaAssignableType);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ANullableType | TSchemaAssignableType | The underlying type for which a non-nullable type will be created. |
See also
TSchemaNonNullType.Create(string)
Creates a non-nullable type wrapping the underlying nullable type.
Syntax
Unit: GraphQL.Schema
constructor TSchemaNonNullType.Create(const ANullableTypeName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ANullableTypeName | string | The name of the underlying type for which a non-nullable type will be created. |