upsertWorkspaceAccountByIdInput
All input for the upsertWorkspaceAccountById mutation.
input upsertWorkspaceAccountByIdInput {
clientMutationId: String
workspaceAccount: WorkspaceAccountInput!
patch: WorkspaceAccountPatch!
}
Fields
upsertWorkspaceAccountByIdInput.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.
upsertWorkspaceAccountByIdInput.workspaceAccount ● WorkspaceAccountInput! non-null input
The WorkspaceAccount to be created by this mutation.
upsertWorkspaceAccountByIdInput.patch ● WorkspaceAccountPatch! non-null input
An object where the defined keys will be set on the WorkspaceAccount being updated.
Member Of
upsertWorkspaceAccountById mutation