Skip to main content

CreateWorkspaceAccountManagerInput

All input for the create WorkspaceAccountManager mutation.

input CreateWorkspaceAccountManagerInput {
clientMutationId: String
workspaceAccountManager: WorkspaceAccountManagerInput!
}

Fields

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

CreateWorkspaceAccountManagerInput.workspaceAccountManager ● WorkspaceAccountManagerInput! non-null input

The WorkspaceAccountManager to be created by this mutation.

Member Of

createWorkspaceAccountManager mutation