Fix default order by (#16492)

Always apply an order by on the group by
This commit is contained in:
Raphaël Bosi
2025-12-11 15:46:48 +01:00
committed by GitHub
parent 7f9e948e05
commit 2da56c1886
3 changed files with 99 additions and 20 deletions
@@ -0,0 +1,3 @@
import { GraphOrderBy } from '~/generated/graphql';
export const GRAPH_DEFAULT_ORDER_BY = GraphOrderBy.FIELD_ASC;