Skip to main content

CreateCustomViewWorkspaceAccountPayload

The output of our create CustomViewWorkspaceAccount mutation.

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

Fields

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

CreateCustomViewWorkspaceAccountPayload.customViewWorkspaceAccount ● CustomViewWorkspaceAccount object

The CustomViewWorkspaceAccount that was created by this mutation.

CreateCustomViewWorkspaceAccountPayload.query ● Query object

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

CreateCustomViewWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

CreateCustomViewWorkspaceAccountPayload.customView ● CustomView object

Reads a single CustomView that is related to this CustomViewWorkspaceAccount.

CreateCustomViewWorkspaceAccountPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CustomViewWorkspaceAccount.

CreateCustomViewWorkspaceAccountPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

CreateCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge ● CustomViewWorkspaceAccountsEdge object

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

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

The method to use when ordering CustomViewWorkspaceAccount.

Returned By

createCustomViewWorkspaceAccount mutation