Skip to main content

UpdateExternalServiceSyncInput

All input for the updateExternalServiceSync mutation.

input UpdateExternalServiceSyncInput {
clientMutationId: String
patch: ExternalServiceSyncPatch!
id: String!
}

Fields

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

UpdateExternalServiceSyncInput.patch ● ExternalServiceSyncPatch! non-null input

An object where the defined keys will be set on the ExternalServiceSync being updated.

UpdateExternalServiceSyncInput.id ● String! non-null scalar

Member Of

updateExternalServiceSync mutation