UpdateWebhookInput
No description
input UpdateWebhookInput {
id: ID!
url: String
eventTypes: [WebhookEventType!]
enabled: Boolean
}
Fields
UpdateWebhookInput.id ● ID! non-null scalar
UpdateWebhookInput.url ● String scalar
UpdateWebhookInput.eventTypes ● [WebhookEventType!] list enum
UpdateWebhookInput.enabled ● Boolean scalar
Member Of
updateWebhook mutation