7 lines
80 B
JavaScript
Raw Normal View History

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