Archive API docs
MUTATION

updateWebhookSubscription

Partial-update a webhook subscription.

Arguments

id ID! required
UUID of the subscription to update.
input UpdateWebhookSubscriptionInput! required
Partial-update input. Only provided fields are updated.

Returns

userErrors [UserError!]!
List of user-facing validation errors. Empty on success.
webhookSubscription WebhookSubscription
The updated subscription. Null on failure or when not found.