OBJECT
SonarContentReport
link GraphQL Schema definition
- type SonarContentReport {
- String! :
- String! :
- String! :
- Hits :
- AnalyzerGroupResult!]! : [
- AnalyzerResult!]! : [
- String! :
- Long! :
- String! :
- Long! :
- Int! :
- String! :
- String! :
- String! :
- String! :
- String! :
- HierarchyObjectTypeEnum! :
- # A sequential list of this object's logical ancestors.
- PathNode!]! : [
- }
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.