UpdateCustomViewWorkspaceAccountHistoryInput
All input for the updateCustomViewWorkspaceAccountHistory mutation.
input UpdateCustomViewWorkspaceAccountHistoryInput {
clientMutationId: String
patch: CustomViewWorkspaceAccountHistoryPatch!
id: String!
}
Fields
UpdateCustomViewWorkspaceAccountHistoryInput.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.
UpdateCustomViewWorkspaceAccountHistoryInput.patch ● CustomViewWorkspaceAccountHistoryPatch! non-null input
An object where the defined keys will be set on the CustomViewWorkspaceAccountHistory being updated.