Ziro Nukala
Results
1
comments of
Ziro Nukala
and another simple fix for it would be ``` // const expressGraphql = require("express-graphql"); const { graphqlHTTP } = require("express-graphql"); app.use("/graphql", graphqlHTTP({ schema, graphiql: true, }) ); ```