Skip to main content

DeleteExternalServiceSyncPayload

The output of our delete ExternalServiceSync mutation.

type DeleteExternalServiceSyncPayload {
clientMutationId: String
externalServiceSync: ExternalServiceSync
deletedExternalServiceSyncNodeId: ID
query: Query
workspace: Workspace
externalServiceSyncEdge(
orderBy: [ExternalServiceSyncsOrderBy!] = [PRIMARY_KEY_ASC]
): ExternalServiceSyncsEdge
}

Fields

DeleteExternalServiceSyncPayload.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.

DeleteExternalServiceSyncPayload.externalServiceSync ● ExternalServiceSync object

The ExternalServiceSync that was deleted by this mutation.

DeleteExternalServiceSyncPayload.deletedExternalServiceSyncNodeId ● ID scalar

DeleteExternalServiceSyncPayload.query ● Query object

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

DeleteExternalServiceSyncPayload.workspace ● Workspace object

Reads a single Workspace that is related to this ExternalServiceSync.

DeleteExternalServiceSyncPayload.externalServiceSyncEdge ● ExternalServiceSyncsEdge object

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

DeleteExternalServiceSyncPayload.externalServiceSyncEdge.orderBy ● [ExternalServiceSyncsOrderBy!] list enum

The method to use when ordering ExternalServiceSync.

Returned By

deleteExternalServiceSync mutation ● deleteExternalServiceSyncByNodeId mutation