we have some files containing graphql queries in resources/graphql, and then in a cljc
file 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.
any idea if that's possible?