apuyou / apollo-server-nextjs

Apollo Server for Next.js API routes
16 stars 0 forks source link

is it possible to use next-connect instead of express? #4

Closed tribixbite closed 2 years ago

tribixbite commented 2 years ago

https://github.com/hoangvvo/next-connect

apuyou commented 2 years ago

Hi, thanks for bringing this up. The underlying ApolloServer class this package is based on is specifically made for Express, so I don't think this would be achievable. You would need another server implementation. I'll close the issue for now as I don't think this is in the scope of the project for now.