
I've been using Apollo for a few months now and the one problem not well documented is query batching. Most of the getting started guides don't even mention it. This is a shame considering almost all apps would need to fetch data from some sort of database. These principles can be taken to other GraphQL implementations as well, but the code shown is spe…
