webhookUpdate Mutation
Updates a webhook subscription.
webhookUpdate(
id: ID!
input: WebhookUpdateInput!
): WebhookUpdate
Show return type
Arguments
id ● ID!
ID of a webhook to update.
input ● WebhookUpdateInput!
Fields required to update a webhook.
Type
WebhookUpdate
Updates a webhook subscription.