WebhookCreate
Result of webhookCreate mutation.
type WebhookCreate {
webhook: Webhook
webhookErrors: [WebhookError!]!
}
Fields
WebhookCreate.webhook ● Webhook object
The created webhook.
WebhookCreate.webhookErrors ● [WebhookError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
webhookCreate mutation