Skip to main content

EnableWebhookEndpointPayload

No description

type EnableWebhookEndpointPayload {  clientMutationId: String!  endpoint: WebhookEndpoint!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

endpoint (WebhookEndpoint!)#

endpoint is the endpoint that we just enabled.