OBJECT
SonarReportEdge
Description
Wrapper around the SonarReport object. This wrapper is used for pagination.
link GraphQL Schema definition
- type SonarReportEdge {
- # String used to identify this edge.
- String! :
- # The actual SonarReport object wrapped by this edge.
- SonarReport! :
- }