DeleteCustomViewWorkspaceAccountHistoryByNodeIdInput
All input for the deleteCustomViewWorkspaceAccountHistoryByNodeId mutation.
input DeleteCustomViewWorkspaceAccountHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteCustomViewWorkspaceAccountHistoryByNodeIdInput.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.
DeleteCustomViewWorkspaceAccountHistoryByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single CustomViewWorkspaceAccountHistory to be deleted.