ReferenceValue
Represents a reference value in the system.
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this ReferenceValue was created |
dataTypeIdentifier | DataTypeIdentifier! | The identifier of the data type this reference value belongs to. |
id | ReferenceValueID! | Global ID of this ReferenceValue |
primaryLevel | Int! | The primary level of the reference value. |
referencePath | [ReferencePath!]! | The paths associated with this reference value. |
secondaryLevel | Int! | The secondary level of the reference value. |
tertiaryLevel | Int | The tertiary level of the reference value, if applicable. |
updatedAt | Time! | Time when this ReferenceValue was last updated |