From 0d52dac2bd17e01567e7cf3399fdaaac6ca898a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Ta=C3=AFeb?= Date: Thu, 18 Jan 2024 17:06:23 +0100 Subject: [PATCH] feat : change default graphql limit --- config/plugins.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/plugins.ts b/config/plugins.ts index e4d6cdc..4e0c188 100644 --- a/config/plugins.ts +++ b/config/plugins.ts @@ -32,4 +32,9 @@ module.exports = ({env}) => ({ enabled: true, resolve: "./src/plugins/strapi-plugin-ckeditor" }, + graphql: { + config: { + defaultLimit: 100, + } + } });