Fork me on GitHub
#figwheel-main
<
2021-01-27
>
andrea.crotti11:01:29

we have some files containing graphql queries in resources/graphql, and then in a cljcfile we have thing like (def book (slurp ...)) which is the normal slurp for Clojure and a macro for Clojurescript. Now it would be great if we could reload that file automatically when one of the .graphql files is changed.

andrea.crotti11:01:49

any idea if that's possible?