Skip to main content

UpdateWorkspaceAccountPayload

The output of our update WorkspaceAccount mutation.

type UpdateWorkspaceAccountPayload {
clientMutationId: String
workspaceAccount: WorkspaceAccount
query: Query
workspace: Workspace
account: Account
profile: Profile
connectedCrmObject: CrmObject
workspaceAccountEdge(
orderBy: [WorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountsEdge
}

Fields

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

UpdateWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object

The WorkspaceAccount that was updated by this mutation.

UpdateWorkspaceAccountPayload.query ● Query object

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

UpdateWorkspaceAccountPayload.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspaceAccount.

UpdateWorkspaceAccountPayload.account ● Account object

Reads a single Account that is related to this WorkspaceAccount.

UpdateWorkspaceAccountPayload.profile ● Profile object

Reads a single Profile that is related to this WorkspaceAccount.

UpdateWorkspaceAccountPayload.connectedCrmObject ● CrmObject object

Reads a single CrmObject that is related to this WorkspaceAccount.

UpdateWorkspaceAccountPayload.workspaceAccountEdge ● WorkspaceAccountsEdge object

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

UpdateWorkspaceAccountPayload.workspaceAccountEdge.orderBy ● [WorkspaceAccountsOrderBy!] list enum

The method to use when ordering WorkspaceAccount.

Returned By

updateWorkspaceAccount mutation ● updateWorkspaceAccountByNodeId mutation ● updateWorkspaceAccountByWorkspaceIdAndAccountId mutation