Skip to content

updateWebhook

Update Webhook

Arguments

input · updateWebhookInput · Parameters for updateWebhook

Returns

updateWebhookPayload

Example

mutation updateWebhook($input: updateWebhookInput) {
updateWebhook(input: $input) {
messages
webhook
}
}