figwheel-main

figwheel-main http://figwheel.org
2021-01-27T11:19:29.008900Z

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.

2021-01-27T11:19:49.009400Z

any idea if that's possible?