Skip to main content

UpdateCustomViewWorkspaceAccountHistoryByNodeIdInput

All input for the updateCustomViewWorkspaceAccountHistoryByNodeId mutation.

input UpdateCustomViewWorkspaceAccountHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CustomViewWorkspaceAccountHistoryPatch!
}

Fields

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

UpdateCustomViewWorkspaceAccountHistoryByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single CustomViewWorkspaceAccountHistory to be updated.

UpdateCustomViewWorkspaceAccountHistoryByNodeIdInput.patch ● CustomViewWorkspaceAccountHistoryPatch! non-null input

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

Member Of

updateCustomViewWorkspaceAccountHistoryByNodeId mutation