Skip to main content

DeleteExternalServicePayload

The output of our delete ExternalService mutation.

type DeleteExternalServicePayload {
clientMutationId: String
externalService: ExternalService
deletedExternalServiceNodeId: ID
query: Query
workspace: Workspace
externalServiceEdge(
orderBy: [ExternalServicesOrderBy!] = [PRIMARY_KEY_ASC]
): ExternalServicesEdge
}

Fields

DeleteExternalServicePayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

DeleteExternalServicePayload.externalService ● ExternalService object

The ExternalService that was deleted by this mutation.

DeleteExternalServicePayload.deletedExternalServiceNodeId ● ID scalar

DeleteExternalServicePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

DeleteExternalServicePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ExternalService.

DeleteExternalServicePayload.externalServiceEdge ● ExternalServicesEdge object

An edge for our ExternalService. May be used by Relay 1.

DeleteExternalServicePayload.externalServiceEdge.orderBy ● [ExternalServicesOrderBy!] list enum

The method to use when ordering ExternalService.

Returned By

deleteExternalService mutation ● deleteExternalServiceByNodeId mutation