Building Microservices with Node.js and GraphQL
Building Microservices with Node.js and GraphQL

Building Microservices with Node.js and GraphQL

Author
Shiv Bade
Tags
graphql
nodejs
microservices
Published
July 11, 2017
Featured
Slug
Tweet
Built a prototype with Apollo Server and Express. Observations:
  • Schema-first development is intuitive
  • GraphQL Gateway pattern emerging
  • Resolver logic can become tangled — test early!
GraphQL helped decouple frontend/backend contracts effectively.