Skip to main content

DeleteWorkspaceAccountManagerPayload

The output of our delete WorkspaceAccountManager mutation.

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

Fields

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

DeleteWorkspaceAccountManagerPayload.workspaceAccountManager ● WorkspaceAccountManager object

The WorkspaceAccountManager that was deleted by this mutation.

DeleteWorkspaceAccountManagerPayload.deletedWorkspaceAccountManagerNodeId ● ID scalar

DeleteWorkspaceAccountManagerPayload.query ● Query object

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

DeleteWorkspaceAccountManagerPayload.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspaceAccountManager.

DeleteWorkspaceAccountManagerPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this WorkspaceAccountManager.

DeleteWorkspaceAccountManagerPayload.workspaceAccountManagerEdge ● WorkspaceAccountManagersEdge object

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

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

The method to use when ordering WorkspaceAccountManager.

Returned By

deleteWorkspaceAccountManager mutation ● deleteWorkspaceAccountManagerByNodeId mutation ● deleteWorkspaceAccountManagerByWorkspaceAccountId mutation