mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
bugfix: in production Playground doesn't load the schema
This commit is contained in:
parent
8bbccad862
commit
786ccbf7f7
@ -174,6 +174,7 @@ module.exports = strapi => {
|
||||
serverParams.playground = {
|
||||
endpoint: strapi.plugins.graphql.config.endpoint,
|
||||
};
|
||||
serverParams.introspection = true;
|
||||
}
|
||||
|
||||
const server = new ApolloServer(serverParams);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user