Skip to main content

CreateWorkspaceAccountPayload

The output of our create WorkspaceAccount mutation.

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

Fields

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

CreateWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object

The WorkspaceAccount that was created by this mutation.

CreateWorkspaceAccountPayload.query ● Query object

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

CreateWorkspaceAccountPayload.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspaceAccount.

CreateWorkspaceAccountPayload.account ● Account object

Reads a single Account that is related to this WorkspaceAccount.

CreateWorkspaceAccountPayload.profile ● Profile object

Reads a single Profile that is related to this WorkspaceAccount.

CreateWorkspaceAccountPayload.connectedCrmObject ● CrmObject object

Reads a single CrmObject that is related to this WorkspaceAccount.

CreateWorkspaceAccountPayload.workspaceAccountEdge ● WorkspaceAccountsEdge object

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

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

The method to use when ordering WorkspaceAccount.

Returned By

createWorkspaceAccount mutation