2021-08-18 11:58:17 +02:00

17 lines
240 B
JavaScript

'use strict';
const path = require('path');
module.exports = ({ env }) => ({
graphql: {
enabled: true,
config: {
amountLimit: 50,
depthLimit: 10,
apolloServer: {
tracing: true,
},
},
},
});