Skip to main content

WebhookUpdate

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
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