2da56c1886
Always apply an order by on the group by
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import { GraphOrderBy } from '~/generated/graphql';
|
|
|
|
export const GRAPH_DEFAULT_ORDER_BY = GraphOrderBy.FIELD_ASC;
|