mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-12-22 08:03:30 -06:00
PR-934611: making some changes to webpack and updating packages.
This commit is contained in:
@@ -11,7 +11,7 @@ server.use(
|
||||
graphqlHTTP( (req, res) => {
|
||||
return {
|
||||
schema,
|
||||
graphiql: config.graphiQL,
|
||||
graphiql: config.GRAPHIQL,
|
||||
context: { req, res }
|
||||
};
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user