CreateCustomViewWorkspaceAccountHistoryInput
All input for the create CustomViewWorkspaceAccountHistory mutation.
input CreateCustomViewWorkspaceAccountHistoryInput {
clientMutationId: String
customViewWorkspaceAccountHistory: CustomViewWorkspaceAccountHistoryInput!
}
Fields
CreateCustomViewWorkspaceAccountHistoryInput.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.
CreateCustomViewWorkspaceAccountHistoryInput.customViewWorkspaceAccountHistory ● CustomViewWorkspaceAccountHistoryInput! non-null input
The CustomViewWorkspaceAccountHistory to be created by this mutation.