OBJECT

FindingReportConnection

link GraphQL Schema definition

  • type FindingReportConnection implements Connection {
  • # Count of Reports in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [FindingReportEdge!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # List of configured Reports in the current page
  • reports: [FindingReport!]
  • # Total count of Reports
  • totalCount: Int
  • }