Rollups APIsFrontend APIsGraphQL APIObjectsReportOn this pageReportRepresents application log or diagnostic information.type Report { index: Int! input: Input! payload: String!}FieldsNameTypeDescriptionindexInt!Unique identifier for the report.inputInput!The input associated with this report.payloadString!The actual data/content of the report.