upsertCustomViewWorkspaceAccountByIdInput
All input for the upsertCustomViewWorkspaceAccountById mutation.
input upsertCustomViewWorkspaceAccountByIdInput {
clientMutationId: String
customViewWorkspaceAccount: CustomViewWorkspaceAccountInput!
patch: CustomViewWorkspaceAccountPatch!
}
Fields
upsertCustomViewWorkspaceAccountByIdInput.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.
upsertCustomViewWorkspaceAccountByIdInput.customViewWorkspaceAccount ● CustomViewWorkspaceAccountInput! non-null input
The CustomViewWorkspaceAccount to be created by this mutation.
upsertCustomViewWorkspaceAccountByIdInput.patch ● CustomViewWorkspaceAccountPatch! non-null input
An object where the defined keys will be set on the CustomViewWorkspaceAccount being updated.
Member Of
upsertCustomViewWorkspaceAccountById mutation