Skip to main content

UpdateWorkspaceAccountManagerByWorkspaceAccountIdInput

All input for the updateWorkspaceAccountManagerByWorkspaceAccountId mutation.

input UpdateWorkspaceAccountManagerByWorkspaceAccountIdInput {
clientMutationId: String
patch: WorkspaceAccountManagerPatch!
workspaceAccountId: String!
}

Fields

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

UpdateWorkspaceAccountManagerByWorkspaceAccountIdInput.patch ● WorkspaceAccountManagerPatch! non-null input

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

UpdateWorkspaceAccountManagerByWorkspaceAccountIdInput.workspaceAccountId ● String! non-null scalar

Member Of

updateWorkspaceAccountManagerByWorkspaceAccountId mutation