diff --git a/README.md b/README.md index eaf8418..1ebb545 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ You can install this library using the Clojure CLI tool. clojure -Ttools install-latest :lib io.github.green-labs/tools.graphql :as graphql ``` -If you want to add it to your build system, add the following to the `:build` (or appropriate alias): - -```edn -{io.github.clojure/tools.build {:mvn/version "0.10.3"}} -``` - ### Convert EDN Schema to SDL When using the Lacinia library, you need to write the schema in EDN format. If you want to convert it to GraphQL SDL format, you can use the `edn2sdl` API. diff --git a/src/tools/graphql/stitch/watch.clj b/src/tools/graphql/stitch/watch.clj index bf28c82..4e4c062 100644 --- a/src/tools/graphql/stitch/watch.clj +++ b/src/tools/graphql/stitch/watch.clj @@ -49,7 +49,7 @@ path-to-root "tools.graphql.stitch.watch" {:expression ["allof" - ["dirname" (first dirs)] + (into ["anyof"] (mapv (fn [dir] ["dirname" dir]) dirs)) ["suffix" "edn"]]} (create-watcher opts)))