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