Skip to content

Expose sort option when fetching milestones in GraphQL

The milestones graphQL endpoint currently does not accept sort as a parameter.

We need the ability to sort milestones so that expired milestones are at the bottom of the list.

Example where an expired milestone is returned at the top of the list:

issue_sidebar_when_signed_in_as_an_allowed_user_editing_issue_milestone_shows_expired_milestone_at_t