OBJECT

FindingConnection

link GraphQL Schema definition

  • type FindingConnection implements Connection {
  • # Count of findings in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [FindingsEdge!]
  • # List of findings in current page
  • findings: [Finding!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of findings
  • totalCount: Int
  • }