mirror of
https://github.com/strapi/strapi.git
synced 2025-08-27 02:05:56 +00:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
![]() |
module.exports = ({ env }) => ({
|
||
|
amountLimit: 50,
|
||
|
depthLimit: 10,
|
||
|
apolloServer: {
|
||
|
tracing: true,
|
||
|
},
|
||
|
});
|