OBJECT

OpportunitySearchResults

link GraphQL Schema definition

  • type OpportunitySearchResults {
  • # The current page number of the total search result
  • currentPage: Int
  • # The number of results return per page
  • numberOfResults: Int
  • # Search result
  • opportunities: [OpportunityDetail]
  • # The total number of search result
  • resultsSize: Int
  • # Search result sort criteria
  • sortCriteria: String
  • }