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