Skip to main content

DeleteCustomViewPayload

The output of our delete CustomView mutation.

type DeleteCustomViewPayload {
clientMutationId: String
customView: CustomView
deletedCustomViewNodeId: ID
query: Query
workspace: Workspace
workspaceAccount: WorkspaceAccount
createdByWorkspaceAccount: WorkspaceAccount
sourceCustomView: CustomView
customViewEdge(
orderBy: [CustomViewsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomViewsEdge
}

Fields

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

DeleteCustomViewPayload.customView ● CustomView object

The CustomView that was deleted by this mutation.

DeleteCustomViewPayload.deletedCustomViewNodeId ● ID scalar

DeleteCustomViewPayload.query ● Query object

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

DeleteCustomViewPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CustomView.

DeleteCustomViewPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomView.

DeleteCustomViewPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomView.

DeleteCustomViewPayload.sourceCustomView ● CustomView object

Reads a single CustomView that is related to this CustomView.

DeleteCustomViewPayload.customViewEdge ● CustomViewsEdge object

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

DeleteCustomViewPayload.customViewEdge.orderBy ● [CustomViewsOrderBy!] list enum

The method to use when ordering CustomView.

Returned By

deleteCustomView mutation ● deleteCustomViewByNodeId mutation ● deleteCustomViewByWorkspaceAccountIdAndSourceCustomViewId mutation