Skip to main content

UpdateWebhookEndpointInput

No description

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

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

id (ID!)#

id is the ID of the WebhookEndpoint being updated.

url (String)#

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

all (Boolean)#

all is true when all events are subscribed to.

events ([WEBHOOK_EVENT_NAME!])#

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