OrderUpdatesPayload
No description
type OrderUpdatesPayload {
additionalData: JSON
event: String
newValue: String
orderId: ID
previousValue: String
}
Fields
OrderUpdatesPayload.additionalData ● JSON scalar
Additional data related to the event.
OrderUpdatesPayload.event ● String scalar
The event that occurred.
OrderUpdatesPayload.newValue ● String scalar
The new value of the field.
OrderUpdatesPayload.orderId ● ID scalar
The Order ID for which updates will be received.
OrderUpdatesPayload.previousValue ● String scalar
The previous value of the field.
Returned By
brandOrderUpdates subscription ● companyOrderUpdates subscription ● orderUpdates subscription