logoalt Hacker News

brulardyesterday at 10:39 PM0 repliesview on HN

If you knew GraphQL, you may immediately see it - you ask for specific nested structure of the data, which can span many joins across different related collections. This is not the case with common REST API or CLI for example. And introspection is another good reason.