I’m not using re-frame, so re-graph adds minimal value (websocket integration is cool though!)
You can also easily use it with cljs
are there any gql frontend clients like graphiql that could be served from a clj app?
lacinia-pedestal exposes a graphiql endpoint https://github.com/walmartlabs/lacinia-pedestal
cool, thanks!
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
oh, that's awesome. didn't realize it was that easy