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