Skip to content

Commit

Permalink
feat: increase default pagination limit to 100 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Dec 11, 2024
1 parent 9988c85 commit 992353c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = () => ({
playgroundAlways: true,
apolloServer: {
introspection: true
}
},
defaultLimit: 100
}
}
});

0 comments on commit 992353c

Please sign in to comment.