mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"endpoint": "/graphql",
|
|
"shadowCRUD": true,
|
|
"playgroundAlways": false,
|
|
"depthLimit": 7,
|
|
"amountLimit": 100,
|
|
"shareEnabled": false,
|
|
"federation": false,
|
|
"apolloServer": {
|
|
"tracing": false
|
|
}
|
|
}
|