Jul 30, 2017 · 1 min read
One challenge I’ve seen with GraphQL is how to model a recursive relationship with a single query. Imagine a tree of data of a particular type one would like to query in a single go (being fully aware as an alternative one could issue multiple queries to achieve the same goal).
