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