This library is under active development. Any feedback is welcome,
especially github PR and issues.
Cheers,
Lei
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that post
- Yannick Scherer
This library is under active development. Any feedback is welcome,
especially github PR and issues.
Cheers,
Lei
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroup
graphql-clj library tries to support both Clojure 1.9 and 1.8.
The way it does:
Library use Clojure 1.9 as dependency.
For project uses Clojure 1.8 and depends on graphql-clj, it has a few
options:
1. Don't use the namespace with clojure.spec
or
2. Add https://github.com/tonsky/clojure-f
/graphql-clj
Any comments and advices are welcome!
Cheers,
Lei
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient
just open sourced recently, I only read some document about it.
There is also another option named alumbra worth trying as well. It is good
to have options.
On Mon, Apr 24, 2017 at 7:29 PM, Didier wrote:
> How does this compare to Lacinia?
>
>
> On Monday, 24 April 2017 11:24:22
But a Maybe/Nothing will short-circuit the whole flow where cond-let won't?
On Thursday, 4 October 2018 08:38:05 UTC-7, Moe Aboulkheir wrote:
>
> See https://funcool.github.io/cats/latest/#mlet for something closer to
> home, in the monadic vein.
>
>
> On Thu, Oct 4, 2018 at 4:10 PM Gary Trakhm