SupplyEventMessage
This is the event data and metadata. The data is variable, but most typically contains a newItem and oldItem.
type SupplyEventMessage {
data: JSON
metadata: SupplyEventMetadata
}
Fields
SupplyEventMessage.data
● JSON
scalar
Variable, but most typically contains a newItem and oldItem.
SupplyEventMessage.metadata
● SupplyEventMetadata
object
Items consistent to every event
Member of
SupplyEvent
object