2022-01-04 UTC
# [KevinMarks] One supposed value of GraphQL is that if you have a very many-keyed and nested JSON API (eg twitter's) and you're only using some values, you can construct a query that just asks for that subset, which both reduces data size on the wire, and helps the API provider understand which callers changes will effect. I'm not sure how that has worked out in practice.