WebhookCreate Object
Creates a new webhook subscription.
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Fields
errors ● [WebhookError!]!
webhook ● Webhook
Show deprecated
Returned By
webhookCreate mutation