module.exports = { // graphql: { endpoint: '/graphql', shadowCRUD: true, playgroundAlways: true, depthLimit: 7, amountLimit: 100, apolloServer: { tracing: false, }, }, };