Come and learn some things about GraphQL. Understand the concept, explore pros and cons compared to REST API (over/under fetching, API changes/versioning, caching, batching) and the way it affects API on the server/client side. Let’s also take a look at a couple of examples implemented in JS with libraries such as Apollo and React. We...