OBJECT

SecurityReportConnection

link GraphQL Schema definition

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