Apollo + GraphQL + Node.js – how to easily aggregate datasources behind a single GraphQL endpoint

It’s quite common right now to see tweets like “REST = REST IN PEACE” and “GraphQL will do to REST what JSON did to XML”. The reason for this mass approval is that being able to craft data responses whilst writing your front-end code, without having to rewrite your API responses makes your life so much easier. It also reduces the number of requests […]