Skip to main content

CreateWorkspaceAccountManagerPayload

The output of our create WorkspaceAccountManager mutation.

type CreateWorkspaceAccountManagerPayload {
clientMutationId: String
workspaceAccountManager: WorkspaceAccountManager
query: Query
workspace: Workspace
workspaceAccount: WorkspaceAccount
workspaceAccountManagerEdge(
orderBy: [WorkspaceAccountManagersOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountManagersEdge
}

Fields

CreateWorkspaceAccountManagerPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

CreateWorkspaceAccountManagerPayload.workspaceAccountManager ● WorkspaceAccountManager object

The WorkspaceAccountManager that was created by this mutation.

CreateWorkspaceAccountManagerPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

CreateWorkspaceAccountManagerPayload.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspaceAccountManager.

CreateWorkspaceAccountManagerPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this WorkspaceAccountManager.

CreateWorkspaceAccountManagerPayload.workspaceAccountManagerEdge ● WorkspaceAccountManagersEdge object

An edge for our WorkspaceAccountManager. May be used by Relay 1.

CreateWorkspaceAccountManagerPayload.workspaceAccountManagerEdge.orderBy ● [WorkspaceAccountManagersOrderBy!] list enum

The method to use when ordering WorkspaceAccountManager.

Returned By

createWorkspaceAccountManager mutation