enableWebhookSubscription
Enables an existing webhook subscription.
If the webhook subscription is already enabled, this operation has no effect.
Throws an error with code NOT_FOUND if no webhook subscription is found.
See the webhooks guide for more information.
enableWebhookSubscription(
input: EnableWebhookSubscriptionInput!
): EnableWebhookSubscriptionPayload!
Arguments
enableWebhookSubscription.input ● EnableWebhookSubscriptionInput! non-null input
Type
EnableWebhookSubscriptionPayload object
The payload object returned when enabling a webhook subscription.