DeleteWebhookEndpointPayload
No description
type DeleteWebhookEndpointPayload { clientMutationId: String! endpoint: WebhookEndpoint!}Fields#
clientMutationId (String!)#
clientMutationId is required for Relay support.
endpoint (WebhookEndpoint!)#
endpoint is the endpoint that we just deleted.