Skip to content

Commit

Permalink
Add information about using of lacinia-hypen
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdw authored and mitrx committed Apr 3, 2022
1 parent c1972ac commit e2bfaa6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Lacinia-hyphen

It is a fork, with support for hyphens (`-`) in graphql identifiers for better interop with clojure, it breaks qgraphql spec and you probably don't need it.

To use this lib add following code to your project.clj:

```
:repositories [["jitpack" "https://jitpack.io"]]
:dependencies [,,,
[com.github.urbestteam/lacinia-hyphen "1312.1"]]
```

# Lacinia


Expand Down Expand Up @@ -225,7 +237,7 @@ in [the manual](http://lacinia.readthedocs.io/en/latest/).
This library has been used in production at Walmart since 2017, going through a very long
beta period as it evolved; we transitioned to a 1.0 release on 9 Oct 2021.

To use this library with Clojure 1.8, you must include
To use this library with Clojure 1.8, you must include
a dependency on [clojure-future-spec](https://github.com/tonsky/clojure-future-spec).

More details are [in the manual](http://lacinia.readthedocs.io/en/latest/clojure.html).
Expand Down

0 comments on commit e2bfaa6

Please sign in to comment.