Skip to main content

upsertWorkspaceAccountManagerByIdInput

All input for the upsertWorkspaceAccountManagerById mutation.

input upsertWorkspaceAccountManagerByIdInput {
clientMutationId: String
workspaceAccountManager: WorkspaceAccountManagerInput!
patch: WorkspaceAccountManagerPatch!
}

Fields

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

upsertWorkspaceAccountManagerByIdInput.workspaceAccountManager ● WorkspaceAccountManagerInput! non-null input

The WorkspaceAccountManager to be created by this mutation.

upsertWorkspaceAccountManagerByIdInput.patch ● WorkspaceAccountManagerPatch! non-null input

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

Member Of

upsertWorkspaceAccountManagerById mutation