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