Skip to main content

EnableWebhookEndpointPayload

No description

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

Fields

EnableWebhookEndpointPayload.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

EnableWebhookEndpointPayload.endpoint ● WebhookEndpoint! non-null object

endpoint is the endpoint that we just enabled.

Returned By

enableWebhookEndpoint mutation