StaffDeleted Object
Event sent when staff user is deleted.
type StaffDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  user: User
}
Fields
StaffDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
StaffDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
StaffDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
StaffDeleted.recipient ● App object apps
The application receiving the webhook.
StaffDeleted.user ● User object users
The user the event relates to.