Skip to main content

DeleteReportableTableRowPayload

The output of our delete ReportableTableRow mutation.

type DeleteReportableTableRowPayload {
clientMutationId: String
reportableTableRow: ReportableTableRow
deletedReportableTableRowNodeId: ID
query: Query
reportableTable: ReportableTable
createdByWorkspaceAccount: WorkspaceAccount
workspace: Workspace
reportableTableRowEdge(
orderBy: [ReportableTableRowsOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTableRowsEdge
}

Fields

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

DeleteReportableTableRowPayload.reportableTableRow ● ReportableTableRow object

The ReportableTableRow that was deleted by this mutation.

DeleteReportableTableRowPayload.deletedReportableTableRowNodeId ● ID scalar

DeleteReportableTableRowPayload.query ● Query object

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

DeleteReportableTableRowPayload.reportableTable ● ReportableTable object

Reads a single ReportableTable that is related to this ReportableTableRow.

DeleteReportableTableRowPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ReportableTableRow.

DeleteReportableTableRowPayload.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTableRow.

DeleteReportableTableRowPayload.reportableTableRowEdge ● ReportableTableRowsEdge object

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

DeleteReportableTableRowPayload.reportableTableRowEdge.orderBy ● [ReportableTableRowsOrderBy!] list enum

The method to use when ordering ReportableTableRow.

Returned By

deleteReportableTableRow mutation ● deleteReportableTableRowByNodeId mutation