Alexandre Bodin 9e34029878 Overwritte plugin config with user config
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:37 +02:00

7 lines
80 B
JavaScript

module.exports = {
graphql: {
amountLimit: 5,
depthLimit: 10,
},
};