You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
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