Skip to main content

RotateWebhookEndpointSigningSecretPayload

No description

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

Fields

RotateWebhookEndpointSigningSecretPayload.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

RotateWebhookEndpointSigningSecretPayload.endpoint ● WebhookEndpoint! non-null object

endpoint is the endpoint that we just updated.

Returned by

rotateWebhookEndpointSigningSecret mutation