Show HN: GraphQL-like full stack typesafe development for REST
1–4 of 4 posts
Re: Show HN: GraphQL-like full stack typesafe development for REST
#2love it <3 appreciate the amount of examples you've put in
Re: Show HN: GraphQL-like full stack typesafe development for REST
#3It’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.
Re: Show HN: GraphQL-like full stack typesafe development for REST
#4It’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.
[deleted]