graphql

orestis 2019-10-10T05:24:21.010100Z

I’m not using re-frame, so re-graph adds minimal value (websocket integration is cool though!)

gklijs 2019-10-10T05:36:59.010300Z

You can also easily use it with cljs

devth 2019-10-10T17:38:39.010900Z

are there any gql frontend clients like graphiql that could be served from a clj app?

chrisulloa 2019-10-10T18:31:43.011Z

lacinia-pedestal exposes a graphiql endpoint https://github.com/walmartlabs/lacinia-pedestal

devth 2019-10-10T18:32:14.011300Z

cool, thanks!

timgilbert 2019-10-10T22:09:01.011500Z

It's also pretty easy to just create a static index.html and point it to a CDN version of graphiql, eg: https://github.com/graphql/graphiql/blob/master/packages/examples/graphiql-cdn/index.html

devth 2019-10-10T23:59:00.011800Z

oh, that's awesome. didn't realize it was that easy