ENUM

SortBy

link GraphQL Schema definition

  • enum SortBy {
  • # Sort by opportunity's container using the order of containers requested. Contact
  • # VolunteerMatch for valid container names.
  • container
  • # Sort by distance
  • distance
  • # Sort by a combination of distance and newness, allowing the closest and newest
  • # opportunities to appear first. This is the default sort criteria if location and
  • # radius are specified.
  • distanceBand
  • # Sort by opportunity's event date
  • eventdate
  • # Sort by opportunity's expiration date
  • expiration
  • # Sort by opportunity's parent organization's name.
  • orgname
  • # Sort by opportunity's volunteer sign up count
  • popularity
  • # Sort by opportunity's posting date. This is the default sort criteria if nothing
  • # is specified
  • recency
  • # Sort by opportunity's relevance based on keywords.
  • relevance
  • # Sort by smartSort algorithm. Currently based on distance, recency, and
  • # connection count
  • smartSort
  • # Sort by opportunity's last update date, the latest appears first
  • update
  • }