CreateWebhookEndpointInput
No description
input CreateWebhookEndpointInput {
clientMutationId: String!
url: String!
all: Boolean!
events: [WEBHOOK_EVENT_NAME!]!
}
Fields
CreateWebhookEndpointInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
CreateWebhookEndpointInput.url ● String! non-null scalar
url is the URL that Coral will POST event data to.
CreateWebhookEndpointInput.all ● Boolean! non-null scalar
all is true when all events are subscribed to.
CreateWebhookEndpointInput.events ● [WEBHOOK_EVENT_NAME!]! non-null enum
events are the specific event names that this endpoint is configured to send for.
Member Of
createWebhookEndpoint mutation