diff --git a/config/plugins.js b/config/plugins.js new file mode 100644 index 0000000..dd09479 --- /dev/null +++ b/config/plugins.js @@ -0,0 +1,7 @@ +module.exports = { + graphql: { + config: { + defaultLimit: 100, + }, + }, +};