Skip to content

Commit

Permalink
Add missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
juangm committed Jan 9, 2025
1 parent 7eeea9e commit def6b07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/graphql/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -960,3 +960,12 @@ export enum WhoReferencedPostOrderBy {
Oldest = 'OLDEST',
AccountScore = 'ACCOUNT_SCORE',
}

/**
* Enum for AppUsersOrderBy.
*/
export enum AppUsersOrderBy {
Alphabetical = 'ALPHABETICAL',
AccountScore = 'ACCOUNT_SCORE',
BestMatch = 'BEST_MATCH',
}

0 comments on commit def6b07

Please sign in to comment.