Skip to main content

SupplyEvent

Contains before and after snapshots for every event that occurs within the Supply domain

type SupplyEvent {
message: SupplyEventMessage
messageId: String!
subject: String
timestamp: Date!
}

Fields​

SupplyEvent.message ● SupplyEventMessage object​

This is the event data and metadata. The data is variable, but most typically contains a newItem and oldItem.

SupplyEvent.messageId ● String! non-null scalar​

UUID

SupplyEvent.subject ● String scalar​

A human-friendly string summarizing the event

SupplyEvent.timestamp ● Date! non-null scalar​

ISO Date that the event occurred

Member of​

SupplyEventConnection object ● SupplyEventEdge object