This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Description
The current graphql api doesn't allow for ordering on edges, and that is largely due to that we are using the auto-generated order types from entgql.
The fix is to create the graphql schema manually and have more control over the ordering types so that we can order by edges:
https://entgo.io/docs/paging/#edge-ordering