UpdateWebhookInput
Provides the fields and values to use when updating a webhook.
input UpdateWebhookInput {
id: ID!
name: String
description: String
url: String
isEnabled: Boolean
}
Fields
UpdateWebhookInput.id ● ID! non-null scalar
Webhook's unique identifier.
UpdateWebhookInput.name ● String scalar
The webhook's name.
UpdateWebhookInput.description ● String scalar
The webhook's description.
UpdateWebhookInput.url ● String scalar
The webhook's url.
UpdateWebhookInput.isEnabled ● Boolean scalar
Whether this webhook is enabled.
Member Of
updateWebhook mutation