Articles
GraphQL
GraphQL is a relatively new, open‑source, query and data manipulation language. It enabled declarative data fetching where a client can specify exactly what data it needs from an API. It has become one of the primary query languages underlying the development of many headless applications.
Below you will find a subset of articles from my blog specifically about GraphQL. Although this is a topic I've been working with for many years, it's fair to say that I've not written about it often. I've only managed to publish one article about it, which you can see and read below.
Gatsby & GraphQL: Nodes vs. Edges.