Skip to main content

UpdateWebhookEndpointPayload

No description

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

Fields

UpdateWebhookEndpointPayload.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

UpdateWebhookEndpointPayload.endpoint ● WebhookEndpoint! non-null object

endpoint is the endpoint that we just created.

Returned By

updateWebhookEndpoint mutation