DEV

Mutation.

webhookCreate

Creates a new Webhook.

Arguments

Required

No description

Returns:

Webhook

GraphQL
1
2
3
type Mutation {
  webhookCreate(input: WebhookCreateInput!): Webhook
}

Was this page helpful?