Hacker News new | ask | show | jobs
by williamcotton 924 days ago
I like the RESTful approach taken by Graphiti:

Single request and response and with a graph of nested relationships. This approach lets one still use HTTP GET caching, whereas GraphQL hides everything behind a single POST endpoint.

https://www.graphiti.dev/guides/