OBJECT

SRPOppSearchResults

link GraphQL Schema definition

  • type SRPOppSearchResults {
  • cityLocation: String
  • # The current page number of the total search result
  • currentPage: Int
  • hasDistanceCriteria: Boolean!
  • # The number of results return per page
  • numberOfResults: Int
  • originalResultSize: Long!
  • # The total number of search result
  • resultsSize: Int
  • searchElapseTime: Long!
  • # Search result sort criteria
  • sortCriteria: String
  • srpOpportunities: [SRPOpportunityDetail]
  • topCity: Boolean!
  • totalVolunteersNeeded: Long!
  • }