UpdateExternalServiceSyncPayload
The output of our update ExternalServiceSync mutation.
type UpdateExternalServiceSyncPayload {
clientMutationId: String
externalServiceSync: ExternalServiceSync
query: Query
workspace: Workspace
externalServiceSyncEdge(
orderBy: [ExternalServiceSyncsOrderBy!] = [PRIMARY_KEY_ASC]
): ExternalServiceSyncsEdge
}
Fields
UpdateExternalServiceSyncPayload.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.
UpdateExternalServiceSyncPayload.externalServiceSync ● ExternalServiceSync object
The ExternalServiceSync that was updated by this mutation.
UpdateExternalServiceSyncPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateExternalServiceSyncPayload.workspace ● Workspace object
Reads a single Workspace that is related to this ExternalServiceSync.
UpdateExternalServiceSyncPayload.externalServiceSyncEdge ● ExternalServiceSyncsEdge object
An edge for our ExternalServiceSync. May be used by Relay 1.
UpdateExternalServiceSyncPayload.externalServiceSyncEdge.orderBy ● [ExternalServiceSyncsOrderBy!] list enum
The method to use when ordering ExternalServiceSync.
Returned By
updateExternalServiceSync mutation ● updateExternalServiceSyncByNodeId mutation