Skip to main content

DisableWebhookEndpointPayload

No description

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

Fields

DisableWebhookEndpointPayload.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

DisableWebhookEndpointPayload.endpoint ● WebhookEndpoint! non-null object

endpoint is the endpoint that we just disabled.

Returned by

disableWebhookEndpoint mutation