8 lines
116 B
JavaScript
Raw Normal View History

2021-05-31 18:28:42 +02:00
module.exports = ({ env }) => ({
amountLimit: 50,
depthLimit: 10,
apolloServer: {
tracing: true,
},
});