OBJECT
SonarContentReport
link GraphQL Schema definition
- type SonarContentReport {
- : [AnalyzerGroupResult!]!
- : String!
- : [AnalyzerResult!]!
- : String!
- : String!
- : Int!
- : Hits
- : String!
- : String!
- # A sequential list of this object's logical ancestors.
- : [PathNode!]!
- : String!
- : HierarchyObjectTypeEnum!
- : String!
- : String!
- : Long!
- : String!
- : String!
- : Long!
- }
link Require by
- SonarContentReportConnectionPaginated list of SonarContentReport objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SonarContentReportEdgeWrapper around the SonarContentReport object. This wrapper is used for pagination.