GraphQL with MongoDB using Mongoose and Node.js

As part of a prototype/exploratory project in March 2016, I explored how to build a GraphQL server using Node.js and interfacing with a MongoDB database using the Mongoose library. The best reason to use GraphQL is if you have multiple frontend clients that communicate with your backend and they each have differing data needs. For… Continue reading GraphQL with MongoDB using Mongoose and Node.js