Skip to content

Add order_project_path to package graphql API sort

Steve Abrams requested to merge 328212-graphql-project-path into master

🔬 What does this MR do?

This MR adds two additional sort options for the package GraphQL API:

PROJECT_PATH_DESC
PROJECT_PATH_ASC

🐘 Database

The new query was reviewed when the scopes were updated here, so no further review should be necessary.

For reference, here is a query using the new sort options and an explain plan: https://explain.depesz.com/s/7wBT

📷 Screenshots (strongly suggested)

PROJECT_PATH_DESC graphql query Screen_Shot_2021-05-19_at_2.26.50_PM
PROJECT_PATH_ASC graphql query Screen_Shot_2021-05-19_at_2.27.06_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #328212 (closed)

Edited by Steve Abrams

Merge request reports