WebhookUpdate
Updates a webhook subscription.
type WebhookUpdate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Fields
WebhookUpdate.webhookErrors
● [WebhookError!]!
deprecated non-null object
DEPRECATEDThis 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