Fork me on GitHub
#graphql
<
2019-10-10
>
devth17:10:39

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

chrisulloa18:10:43

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

devth18:10:14

cool, thanks!

timgilbert22:10:01

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

devth23:10:00

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