Building Your First GraphQL Client in JS
In this talk, you will learn about GraphQL - a standard that unifies server and client communication and how to use it with MongoDB. GraphQL was designed to address several known flaws with RESTful APIs, specifically around things like non-standard CRUD operations, response validation, error handling, in-memory state management, etc. GraphQL and the tooling around it is a game-changer and by the end of this talk, you’ll learn how to use it with MongoDB to supercharge your applications.
We …