DataType
Represents a DataType
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this DataType was created |
genericKeys | [String!] | Generic keys of the datatype |
id | DataTypeID! | Global ID of this DataType |
identifier | String! | The identifier scoped to the namespace |
name | TranslationConnection! | Names of the flow type setting |
namespace | Namespace | The namespace where this datatype belongs to |
parent | DataTypeIdentifier | The parent datatype |
rules | DataTypeRuleConnection! | Rules of the datatype |
updatedAt | Time! | Time when this DataType was last updated |
variant | DataTypeVariant! | The type of the datatype |