Skip to content

Commit

Permalink
Allow multiple order by
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Apr 13, 2024
1 parent da83e7a commit 65631b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/types/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export enum Order {
}

export interface OrderByVariables {
orderBy: { [key: string]: Order };
orderBy: { [key: string]: Order } | Array<{ [key: string]: Order }>;
}

0 comments on commit 65631b4

Please sign in to comment.