Fork me on GitHub
#graphql
<
2019-07-02
>
dangercoder15:07:24

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

gklijs04:07:42

I like re-graph very easy to use. https://github.com/oliyh/re-graph

👍 8
steveb8n22:07:35

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 Hassan15:07:54

Pathom works great for graph queries.

👍 4
donaldball15:07:43

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

donaldball17:07:34

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.

✔️ 4