OBJECT
ReportResult
link GraphQL Schema definition
- type ReportResult {
- # Connection count of all-time
- Int :
- # List of connections grouped by containers
- ConnectionReportDetail] : [
- # The current page number of the total search result
- Int :
- # The number of results return per page
- Int :
- # The total number of search result
- Int :
- # Search result sort criteria
- String :
- }