Hacker News new | ask | show | jobs
by aarohmankad 3158 days ago
I believe there's a relatively simple ssrMode flag in Apollo Client 2.0 that may help your use case here?
1 comments

Might work. Context here is I prototyped a json dsl to do similar graph-like resolving right on top of a python app as a wsgi middleware. Worked pretty well right on the metal.

With this sort of graphql extension, having generic query power for restful clients is awesome. TBH I think that's pretty great compared to baking graphql clients.