UpdateWebhookInput
Input for updateWebhook. All fields are required; partial updates are rejected.
input UpdateWebhookInput {
id: ID!
url: String!
eventTypes: [WebhookEventType!]!
enabled: Boolean!
}
Fields
UpdateWebhookInput.id ● ID! non-null scalar
Webhook ID.
UpdateWebhookInput.url ● String! non-null scalar
New endpoint URL.
UpdateWebhookInput.eventTypes ● [WebhookEventType!]! non-null enum
Replacement list of subscribed event types.
UpdateWebhookInput.enabled ● Boolean! non-null scalar
Enable or disable delivery.
Member Of
updateWebhook mutation