Hacker News new | ask | show | jobs
Show HN: GraphQL-like full stack typesafe development for REST (openapistack.co)
13 points by anttiviljami 1207 days ago
2 comments

It’s not GraphQL-like unless it can support nested queries to an arbitrary depth. Looks like all queries for entity resolution need to be written manually, too. There are GraphQL servers out there that use a database schema based approach to entity resolution and thus don’t require this extra effort.
love it <3 appreciate the amount of examples you've put in