createWebhookSubscription
MUTATION

Creates a new webhook subscription.

Arguments

NameDescription
The details of the webhook subscription to be created.

Result

NameDescription
CreateWebhookSubscriptionPayload!
The response from the createWebhookSubscription mutation.

Sample

GraphQL
mutation ($input: CreateWebhookSubscriptionInput!) {
  createWebhookSubscription(input: $input)
}