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.
  • cursor: String!
  • # The actual SonarContentReport object wrapped by this edge.
  • node: SonarContentReport!
  • }