UpdateExternalServiceSyncByNodeIdInput
All input for the updateExternalServiceSyncByNodeId mutation.
input UpdateExternalServiceSyncByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ExternalServiceSyncPatch!
}
Fields
UpdateExternalServiceSyncByNodeIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateExternalServiceSyncByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single ExternalServiceSync to be updated.
UpdateExternalServiceSyncByNodeIdInput.patch ● ExternalServiceSyncPatch! non-null input
An object where the defined keys will be set on the ExternalServiceSync being updated.
Member Of
updateExternalServiceSyncByNodeId mutation