updateWebhookSubscriptionDeliveryConfiguration| Name | Description |
|---|---|
UpdateWebhookSubscriptionDeliveryConfiguration_SubscriptionInput! | The details of the webhook subscription to be updated. |
| Name | Description |
|---|---|
UpdateWebhookSubscriptionDeliveryConfigurationPayload | The response from the updateWebhookSubscriptionDeliveryConfiguration mutation. |
mutation ($input: UpdateWebhookSubscriptionDeliveryConfigurationInput!) {
updateWebhookSubscriptionDeliveryConfiguration(input: $input)
}