UpdateWebhookInput
No description
input UpdateWebhookInput {
active: Boolean
events: [String]
url: String
}
Fields
UpdateWebhookInput.active
● Boolean
scalar references
UpdateWebhookInput.events
● [String]
list scalar references
UpdateWebhookInput.url
● String
scalar references
Member Of
updateWebhook
mutation