OBJECT

GetConnectionsResult

link GraphQL Schema definition

  • type GetConnectionsResult {
  • # List of connections
  • connections: [Connection]
  • # 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
  • }