Skip to content

Commit 0635c37

Browse files
committed
regen
1 parent 762df45 commit 0635c37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/query.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export class Query {
7878
static orderAsc = (attribute: string): string =>
7979
new Query("orderAsc", attribute).toString();
8080

81+
static orderRandom = (): string =>
82+
new Query("orderRandom").toString();
83+
8184
static cursorAfter = (documentId: string): string =>
8285
new Query("cursorAfter", undefined, documentId).toString();
8386

0 commit comments

Comments
 (0)