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.
- # Sort by 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.
- # Sort by opportunity's event date
- # Sort by opportunity's expiration date
- # Sort by opportunity's parent organization's name.
- # Sort by opportunity's volunteer sign up count
- # Sort by opportunity's posting date. This is the default sort criteria if nothing
- # is specified
- # Sort by opportunity's relevance based on keywords.
- # Sort by smartSort algorithm. Currently based on distance, recency, and
- # connection count
- # Sort by opportunity's last update date, the latest appears first
- }