TrackedItemEvent
Type: Object
Represents an event in the lifecycle of a tracked item in production.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| customer | Customer | Optionally, the customer associated with this event | ||
| customerId | ID | |||
| eventData | ItemEventUnion! | Event-specific data for this item event | ||
| id | ID! | |||
| operator | User | The human operator responsible for this event | ||
| operatorId | ID | |||
| sequenceNumber | Int! | Monotonic sequence for ordering within an item | ||
| trackedItem | TrackedItem | The TrackedItem this event relates to | ||
| trackedItemId | ID |