Skip to content

Commit

Permalink
increase number of user position we fetch (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf authored Feb 21, 2025
1 parent 641e3ae commit ee6e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/conditional-tokens/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getUserPositionsQuery = gql`
where: { user_: { id: $id } }
orderBy: position__createTimestamp
orderDirection: desc
first: 100
first: 500
) {
id
balance
Expand Down

0 comments on commit ee6e136

Please sign in to comment.