DEV Community

Mauricio Ackermann
Mauricio Ackermann

Posted on

Apollo Server + Prisma + Mongo - Anyone with this stack?

Anyone using this stack? I'm about to start a new GraphQL project with NodeJS and I was thinking of using this stack. Can you please share your experience and thoughts about it?

Top comments (2)

Collapse
 
hugoliconv profile image
Hugo

I would use Prisma only if you’re working on a personal project. I’m using it in production and it has annoying bugs and missing features and because the Prisma team is releasing Prisma 2, the development of new features have stopped

Collapse
 
mbackermann profile image
Mauricio Ackermann

Yeah, I heard that too. Maybe it's better to use Mongoose.