Event
No description
interface Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
}
Fields
Event.issuedAt
● DateTime
scalar
Time of the event.
Event.version
● String
scalar
Saleor version that triggered the event.
Event.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
Event.recipient
● App
object
The application receiving the webhook.
Returned by
event
subscription
Was this page helpful?