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