Alexandre Bodin f2dd146bf4 Clear getstarted config
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-15 19:41:56 +02:00

7 lines
95 B
JavaScript

module.exports = ({ env }) => ({
graphql: {
amountLimit: 5,
depthLimit: 10,
},
});