Skip to main content

DeleteReportableTablePayload

The output of our delete ReportableTable mutation.

type DeleteReportableTablePayload {
clientMutationId: String
reportableTable: ReportableTable
deletedReportableTableNodeId: ID
query: Query
accord: Accord
template: ReportableTableTemplate
workspace: Workspace
reportableTableEdge(
orderBy: [ReportableTablesOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTablesEdge
}

Fields

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

DeleteReportableTablePayload.reportableTable ● ReportableTable object

The ReportableTable that was deleted by this mutation.

DeleteReportableTablePayload.deletedReportableTableNodeId ● ID scalar

DeleteReportableTablePayload.query ● Query object

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

DeleteReportableTablePayload.accord ● Accord object

Reads a single Accord that is related to this ReportableTable.

DeleteReportableTablePayload.template ● ReportableTableTemplate object

Reads a single ReportableTableTemplate that is related to this ReportableTable.

DeleteReportableTablePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTable.

DeleteReportableTablePayload.reportableTableEdge ● ReportableTablesEdge object

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

DeleteReportableTablePayload.reportableTableEdge.orderBy ● [ReportableTablesOrderBy!] list enum

The method to use when ordering ReportableTable.

Returned By

deleteReportableTable mutation ● deleteReportableTableByNodeId mutation