Skip to content

Commit

Permalink
feat: increase limit in my kiva query to ensure 9 loans in carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Nov 19, 2024
1 parent a31c765 commit d01f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/query/myKiva.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ query myKivaQuery {
my {
id
isBorrower
loans(limit: 10) {
loans(limit: 50) {
totalCount
values {
id
Expand Down

0 comments on commit d01f96f

Please sign in to comment.