Skip to content

Commit

Permalink
🏷️ asc nulls last as sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 26, 2024
1 parent ec9a93f commit 9023abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/openreader/src/ir/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ export interface OrderBy {
}


export type SortOrder = 'ASC' | 'DESC' | 'ASC NULLS FIRST' | 'DESC NULLS LAST'
export type SortOrder = 'ASC' | 'DESC' | 'ASC NULLS FIRST' | 'ASC NULLS LAST' | 'DESC NULLS FIRST' | 'DESC NULLS LAST'

0 comments on commit 9023abf

Please sign in to comment.