UpdateWebhookInput
No description
input UpdateWebhookInput {
alertTypes: [AlertType!]!
webhookId: ObjectID!
webhookTemplateType: WebhookTemplateType!
}
Fields
UpdateWebhookInput.alertTypes
● [AlertType!]!
non-null enum
UpdateWebhookInput.webhookId
● ObjectID!
non-null scalar
UpdateWebhookInput.webhookTemplateType
● WebhookTemplateType!
non-null enum
Member Of
updateWebhook
mutation