OBJECT

ReportResult

link GraphQL Schema definition

  • type ReportResult {
  • # Connection count of all-time
  • allTimeConnections: Int
  • # List of connections grouped by containers
  • connections: [ConnectionReportDetail]
  • # The current page number of the total search result
  • currentPage: Int
  • # The number of results return per page
  • numberOfResults: Int
  • # The total number of search result
  • resultsSize: Int
  • # Search result sort criteria
  • sortCriteria: String
  • }