PR-934611: making some changes to webpack and updating packages.

This commit is contained in:
2022-08-30 17:44:21 +00:00
parent 5262aac33c
commit af983a8032
9 changed files with 3951 additions and 1043 deletions

View File

@@ -11,7 +11,7 @@ server.use(
graphqlHTTP( (req, res) => {
return {
schema,
graphiql: config.graphiQL,
graphiql: config.GRAPHIQL,
context: { req, res }
};
}),