on the front-end-side, what libs are you using for graphql?
I switched from venia to https://github.com/r0man/grafeo. Venia was missing list of object support, probably will be added in future but I've come to appreciate the more concise DSL
Pathom works great for graph queries.
I’m using a private fork of district0x’s graphql-query, itself a fork of venia
@donaldball how does it work?
I’m so sorry, I missed this. I’m sure you’ve found the originals by now, but fwiw: it represents graphql queries as clojure data structures. We like it because the queries are manipulable in our editors and in code, and the transformation to graphql is sufficiently straightforward that there isn’t a big cognitive penalty.