Skip to main content
Version: 3.x

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

WebhookUpdate.errors ● [WebhookError!]! non-null object

WebhookUpdate.webhook ● Webhook object

Returned by

webhookUpdate mutation


Was this page helpful?