Rollups APIsFrontend APIsGraphQL APIObjectsReportEdgeOn this pageReportEdgePagination entry type ReportEdge { node: Report! cursor: String!} Fields NameTypeDescriptionnodeReport!The Report object.cursorString!A string that serves as a pagination cursor for this particular edge.