Skip to main content

upsertWorkspaceAccountByWorkspaceIdAndAccountIdInput

All input for the upsertWorkspaceAccountByWorkspaceIdAndAccountId mutation.

input upsertWorkspaceAccountByWorkspaceIdAndAccountIdInput {
clientMutationId: String
workspaceAccount: WorkspaceAccountInput!
patch: WorkspaceAccountPatch!
}

Fields

upsertWorkspaceAccountByWorkspaceIdAndAccountIdInput.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.

upsertWorkspaceAccountByWorkspaceIdAndAccountIdInput.workspaceAccount ● WorkspaceAccountInput! non-null input

The WorkspaceAccount to be created by this mutation.

upsertWorkspaceAccountByWorkspaceIdAndAccountIdInput.patch ● WorkspaceAccountPatch! non-null input

An object where the defined keys will be set on the WorkspaceAccount being updated.

Member Of

upsertWorkspaceAccountByWorkspaceIdAndAccountId mutation