mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +00:00
Added share playground feature
This commit is contained in:
parent
16bd271eee
commit
db91607dbc
@ -4,5 +4,6 @@
|
||||
"shadowCRUD": true,
|
||||
"playgroundAlways": false,
|
||||
"depthLimit": 7,
|
||||
"amountLimit": 100
|
||||
"amountLimit": 100,
|
||||
"shareEnabled": false
|
||||
}
|
||||
|
@ -92,6 +92,7 @@ module.exports = strapi => {
|
||||
) {
|
||||
serverParams.playground = {
|
||||
endpoint: strapi.plugins.graphql.config.endpoint,
|
||||
shareEnabled: strapi.plugins.graphql.config.shareEnabled
|
||||
};
|
||||
|
||||
serverParams.introspection = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user