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