Creates a new webhook subscription.
Arguments
| Name | Description |
|---|---|
CreateWebhookSubscription_SubscriptionInput! | The details of the webhook subscription to be created. |
Result
| Name | Description |
|---|---|
CreateWebhookSubscriptionPayload! | The response from the createWebhookSubscription mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: CreateWebhookSubscriptionInput!) {
createWebhookSubscription(input: $input)
}