RecoverReportableTablePayload
The output of our recoverReportableTable mutation.
type RecoverReportableTablePayload {
clientMutationId: String
reportableTable: ReportableTable
query: Query
accord: Accord
template: ReportableTableTemplate
workspace: Workspace
reportableTableEdge(
orderBy: [ReportableTablesOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTablesEdge
}
Fields
RecoverReportableTablePayload.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.
RecoverReportableTablePayload.reportableTable ● ReportableTable object
RecoverReportableTablePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
RecoverReportableTablePayload.accord ● Accord object
Reads a single Accord that is related to this ReportableTable.
RecoverReportableTablePayload.template ● ReportableTableTemplate object
Reads a single ReportableTableTemplate that is related to this ReportableTable.
RecoverReportableTablePayload.workspace ● Workspace object
Reads a single Workspace that is related to this ReportableTable.
RecoverReportableTablePayload.reportableTableEdge ● ReportableTablesEdge object
An edge for our ReportableTable. May be used by Relay 1.
RecoverReportableTablePayload.reportableTableEdge.orderBy ● [ReportableTablesOrderBy!] list enum
The method to use when ordering ReportableTable.
Returned By
recoverReportableTable mutation