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