Skip to main content

CreateWebhookEndpointPayload

No description

type CreateWebhookEndpointPayload {  clientMutationId: String!  endpoint: WebhookEndpoint!  settings: Settings!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

endpoint (WebhookEndpoint!)#

endpoint is the endpoint that we just created.

settings (Settings!)#

settings is the updated settings also containing the new endpoint.