webhookUpdate
Updates a webhook subscription.
webhookUpdate(
id: ID!
input: WebhookUpdateInput!
): WebhookUpdate
Arguments
webhookUpdate.id ● ID! non-null scalar
ID of a webhook to update.
webhookUpdate.input ● WebhookUpdateInput! non-null input
Fields required to update a webhook.
Type
WebhookUpdate object
Updates a webhook subscription.
Was this page helpful?