Skip to main content

UpsertCustomViewWorkspaceAccountPayload

The output of our upsert CustomViewWorkspaceAccount mutation.

type UpsertCustomViewWorkspaceAccountPayload {
clientMutationId: String
customViewWorkspaceAccount: CustomViewWorkspaceAccount
query: Query
workspaceAccount: WorkspaceAccount
customView: CustomView
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
customViewWorkspaceAccountEdge(
orderBy: [CustomViewWorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomViewWorkspaceAccountsEdge
}

Fields

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

UpsertCustomViewWorkspaceAccountPayload.customViewWorkspaceAccount ● CustomViewWorkspaceAccount object

The CustomViewWorkspaceAccount that was upserted by this mutation.

UpsertCustomViewWorkspaceAccountPayload.query ● Query object

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

UpsertCustomViewWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

UpsertCustomViewWorkspaceAccountPayload.customView ● CustomView object

Reads a single CustomView that is related to this CustomViewWorkspaceAccount.

UpsertCustomViewWorkspaceAccountPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CustomViewWorkspaceAccount.

UpsertCustomViewWorkspaceAccountPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

UpsertCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge ● CustomViewWorkspaceAccountsEdge object

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

UpsertCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum

The method to use when ordering CustomViewWorkspaceAccount.

Returned By

upsertCustomViewWorkspaceAccountById mutation ● upsertCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId mutation