WebhookUpdate Object
Updates a webhook subscription.
type WebhookUpdate {
  webhookErrors: [WebhookError!]! @deprecated
  errors: [WebhookError!]!
  webhook: Webhook
}
Fields
WebhookUpdate.webhookErrors ● [WebhookError!]! deprecated non-null object webhooks
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
WebhookUpdate.errors ● [WebhookError!]! non-null object webhooks
WebhookUpdate.webhook ● Webhook object webhooks
Returned By
webhookUpdate mutation