CreateWebhookEndpointPayload
No description
type CreateWebhookEndpointPayload {
clientMutationId: String!
endpoint: WebhookEndpoint!
settings: Settings!
}
Fields
CreateWebhookEndpointPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
CreateWebhookEndpointPayload.endpoint
● WebhookEndpoint!
non-null object
endpoint is the endpoint that we just created.
CreateWebhookEndpointPayload.settings
● Settings!
non-null object
settings is the updated settings also containing the new endpoint.
Returned By
createWebhookEndpoint
mutation