webhookUpdate Mutation
Updates a webhook subscription.
webhookUpdate(
id: ID!
input: WebhookUpdateInput!
): WebhookUpdate
Details
type WebhookUpdate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Arguments
id ● ID!
ID of a webhook to update.
input ● WebhookUpdateInput!
Fields required to update a webhook.
Type
WebhookUpdate
Updates a webhook subscription.