WebhookEndpointUpdateInput
No description
input WebhookEndpointUpdateInput {
url: String
enabledEvents: [WebhookEventType!]
description: String
active: Boolean
}
Fields
WebhookEndpointUpdateInput.url ● String scalar
WebhookEndpointUpdateInput.enabledEvents ● [WebhookEventType!] list enum
WebhookEndpointUpdateInput.description ● String scalar
WebhookEndpointUpdateInput.active ● Boolean scalar
Member Of
updateWebhookEndpoint mutation