2021-05-31 18:28:42 +02:00

8 lines
116 B
JavaScript

module.exports = ({ env }) => ({
amountLimit: 50,
depthLimit: 10,
apolloServer: {
tracing: true,
},
});