Skip to main content

UpdateWebhookInput

No description

input UpdateWebhookInput {
webhookId: ID!
endpoint: String
hooks: [HookTypes]
enabled: Boolean
name: String
}

Fields

UpdateWebhookInput.webhookId ● ID! non-null scalar

UpdateWebhookInput.endpoint ● String scalar

UpdateWebhookInput.hooks ● [HookTypes] list enum

UpdateWebhookInput.enabled ● Boolean scalar

UpdateWebhookInput.name ● String scalar

Member Of

updateWebhook mutation