Skip to main content

UpdateWebhookEndpointInput

No description

input UpdateWebhookEndpointInput {
clientMutationId: String!
id: ID!
url: String
all: Boolean
events: [WEBHOOK_EVENT_NAME!]
}

Fields

UpdateWebhookEndpointInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

UpdateWebhookEndpointInput.id ● ID! non-null scalar

id is the ID of the WebhookEndpoint being updated.

UpdateWebhookEndpointInput.url ● String scalar

url is the URL that Coral will POST event data to.

UpdateWebhookEndpointInput.all ● Boolean scalar

all is true when all events are subscribed to.

UpdateWebhookEndpointInput.events ● [WEBHOOK_EVENT_NAME!] list enum

events are the specific event names that this endpoint is configured to send for.

Member Of

updateWebhookEndpoint mutation