For some fun prehistory, check out #18 (comment 42006)
The idea is to derive an exhaustive query from the mirrored schema.graphql -> #18
This was partially successful: At the frontend, we can now ask by string for any top-level query field and get a typed result. I have implemented this for posts, policies and pages.
I was not successful at merging all possible top-level queries into one, which was my original goal.
With type introspection, it would be possible to generalize the query generator or generate a total query, but that would require some typescript skills.
The partial solution means:
I'd say: not super hot, but close enough, so let's merge.