- New hooks ->
onInit
andonResponse
- * https://graphql-modules.com/docs/introduction/dependency-injection#hooks
- No need to pass module's context builder anymore
- * https://graphql-modules.com/docs/introduction/understanding-session
const server = new ApolloServer({ schema, context: session => session });
- No need to return anything for
middleware