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