Skip to content

Commit

Permalink
feat : change default graphql limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 18, 2024
1 parent 55ae76d commit 0d52dac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ module.exports = ({env}) => ({
enabled: true,
resolve: "./src/plugins/strapi-plugin-ckeditor"
},
graphql: {
config: {
defaultLimit: 100,
}
}
});

0 comments on commit 0d52dac

Please sign in to comment.