WebhookCreate
Creates a new webhook subscription.
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Fields
WebhookCreate.webhookErrors ● [WebhookError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
WebhookCreate.errors ● [WebhookError!]! non-null object
WebhookCreate.webhook ● Webhook object
Returned by
webhookCreate mutation
Was this page helpful?