AttributeDeleted
Event sent when attribute is deleted.
Added in Saleor 3.5type AttributeDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  attribute: Attribute
}
Fields
AttributeDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
AttributeDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
AttributeDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
AttributeDeleted.recipient ● App object apps
The application receiving the webhook.
AttributeDeleted.attribute ● Attribute object attributes
The attribute the event relates to.