UpdateWorkspaceAccountManagerPayload
The output of our update WorkspaceAccountManager mutation.
type UpdateWorkspaceAccountManagerPayload {
clientMutationId: String
workspaceAccountManager: WorkspaceAccountManager
query: Query
workspace: Workspace
workspaceAccount: WorkspaceAccount
workspaceAccountManagerEdge(
orderBy: [WorkspaceAccountManagersOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountManagersEdge
}
Fields
UpdateWorkspaceAccountManagerPayload.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.
UpdateWorkspaceAccountManagerPayload.workspaceAccountManager ● WorkspaceAccountManager object
The WorkspaceAccountManager that was updated by this mutation.
UpdateWorkspaceAccountManagerPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateWorkspaceAccountManagerPayload.workspace ● Workspace object
Reads a single Workspace that is related to this WorkspaceAccountManager.
UpdateWorkspaceAccountManagerPayload.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this WorkspaceAccountManager.
UpdateWorkspaceAccountManagerPayload.workspaceAccountManagerEdge ● WorkspaceAccountManagersEdge object
An edge for our WorkspaceAccountManager. May be used by Relay 1.
UpdateWorkspaceAccountManagerPayload.workspaceAccountManagerEdge.orderBy ● [WorkspaceAccountManagersOrderBy!] list enum
The method to use when ordering WorkspaceAccountManager.
Returned By
updateWorkspaceAccountManager mutation ● updateWorkspaceAccountManagerByNodeId mutation ● updateWorkspaceAccountManagerByWorkspaceAccountId mutation