Skip to main content

upsertWorkspaceAccountManagerByWorkspaceAccountIdInput

All input for the upsertWorkspaceAccountManagerByWorkspaceAccountId mutation.

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

Fields

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

upsertWorkspaceAccountManagerByWorkspaceAccountIdInput.workspaceAccountManager ● WorkspaceAccountManagerInput! non-null input

The WorkspaceAccountManager to be created by this mutation.

upsertWorkspaceAccountManagerByWorkspaceAccountIdInput.patch ● WorkspaceAccountManagerPatch! non-null input

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

Member Of

upsertWorkspaceAccountManagerByWorkspaceAccountId mutation