Skip to main content

DeleteCustomViewWorkspaceAccountPayload

The output of our delete CustomViewWorkspaceAccount mutation.

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

Fields

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

DeleteCustomViewWorkspaceAccountPayload.customViewWorkspaceAccount ● CustomViewWorkspaceAccount object

The CustomViewWorkspaceAccount that was deleted by this mutation.

DeleteCustomViewWorkspaceAccountPayload.deletedCustomViewWorkspaceAccountNodeId ● ID scalar

DeleteCustomViewWorkspaceAccountPayload.query ● Query object

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

DeleteCustomViewWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

DeleteCustomViewWorkspaceAccountPayload.customView ● CustomView object

Reads a single CustomView that is related to this CustomViewWorkspaceAccount.

DeleteCustomViewWorkspaceAccountPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CustomViewWorkspaceAccount.

DeleteCustomViewWorkspaceAccountPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

DeleteCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge ● CustomViewWorkspaceAccountsEdge object

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

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

The method to use when ordering CustomViewWorkspaceAccount.

Returned By

deleteCustomViewWorkspaceAccount mutation ● deleteCustomViewWorkspaceAccountByNodeId mutation ● deleteCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId mutation