I actually meant here ``app.use("/graphQL", verif...
# support-questions-legacy
s
I actually meant here ``app.use("/graphQL", verifySession({ sessionRequired: false }), graphqlHTTP(async (req: any, res) => { return { schema: GraphQLSchema, rootValue: resolvers, // req.session will be undefined if a session does not exist context: { session: req.session, } }; }))``