Skip to content

Commit

Permalink
adjust default pagination limit
Browse files Browse the repository at this point in the history
  • Loading branch information
oriooctopus committed Feb 11, 2022
1 parent 2aacbcf commit ce4265a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/plugins.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
graphql: {
config: {
defaultLimit: 100,
},
},
};

0 comments on commit ce4265a

Please sign in to comment.