Hacker News new | ask | show | jobs
by scottmf 3234 days ago
To anyone put off by this comment: don't be. With all due respect the parent commenter has misunderstood how to shape their API responses.

GraphQL excels at nested data structures. When you have infinitely recursive child nodes of the same type (like ancestors in a family tree) the GraphQL list type should be used.