Skip to main content

WebhookCreate

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}

Fields

WebhookCreate.webhookErrors ● [WebhookError!]! deprecated non-null object webhooks

DEPRECATED

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

WebhookCreate.errors ● [WebhookError!]! non-null object webhooks

WebhookCreate.webhook ● Webhook object webhooks

Returned By

webhookCreate mutation