I am trying to integrate mongoose and apollo with Next.js I wrote this wrapper around apollo server:
import mongoose from "mongoose" const {logger}