graphql

dangercoder 2019-07-02T15:05:24.047300Z

on the front-end-side, what libs are you using for graphql?

steveb8n 2019-07-08T22:41:35.073100Z

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

Ahmed Hassan 2019-07-02T15:09:54.047900Z

Pathom works great for graph queries.

1👍
donaldball 2019-07-02T15:44:43.048700Z

I’m using a private fork of district0x’s graphql-query, itself a fork of venia

Ahmed Hassan 2019-07-02T15:48:51.049100Z

@donaldball how does it work?

donaldball 2019-07-05T17:16:34.050Z

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.

1✔️