TicketLocation
No description
type TicketLocation {
createdDate: DateTime!
description: String
id: UUID!
organizationId: UUID!
unitId: UUID
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| description | String scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| unitId | UUID scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity Ticket |