webhookCreate Mutation
Creates a new webhook subscription.
webhookCreate(
input: WebhookCreateInput!
): WebhookCreate
Details
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Arguments
input ● WebhookCreateInput!
Fields required to create a webhook.
Type
WebhookCreate
Creates a new webhook subscription.