This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-07
Channels
- # announcements (3)
- # beginners (124)
- # calva (60)
- # cider (81)
- # cljs-dev (65)
- # cljsrn (1)
- # clojure (268)
- # clojure-dusseldorf (2)
- # clojure-europe (3)
- # clojure-italy (9)
- # clojure-losangeles (1)
- # clojure-nl (22)
- # clojure-russia (3)
- # clojure-spec (24)
- # clojure-uk (34)
- # clojurescript (72)
- # code-reviews (8)
- # cursive (20)
- # datomic (32)
- # fulcro (49)
- # jobs (1)
- # jobs-discuss (15)
- # juxt (10)
- # lein-figwheel (10)
- # nrepl (4)
- # off-topic (37)
- # overtone (1)
- # portkey (2)
- # protorepl (8)
- # random (1)
- # re-frame (1)
- # reagent (43)
- # reitit (8)
- # ring (16)
- # ring-swagger (2)
- # rum (6)
- # shadow-cljs (63)
- # specter (2)
- # testing (32)
- # tools-deps (32)
- # unrepl (1)
- # vim (3)
Please share your thoughts in the annual State of Clojure survey! https://clojure.org/news/2019/01/07/clojure-2019-survey
Filled up already. Thank you for asking us about Clojure!
com.walmartlabs/lacinia 0.31.0 and com.walmartlabs/lacinia-pedestal 0.11.0 Lacinia is an open-source implementation of Facebook's GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. GitHub repo: https://github.com/walmartlabs/lacinia Documentation: http://lacinia.readthedocs.io/en/latest/ Featured changes in 0.31.0: - Limited support for custom directives - Ability for field resolvers to provide extensions or warnings along with/instead of a value - BREAKING CHANGES to simplify/improve custom scalars - Fixed nils getting promoted into empty lists - Fix compatibility with Clojure 1.8 and with JDK 11 lacinia-pedestal provides the Pedestal support to expose web endpoints backed by Lacinia's GraphQL. GitHub repo: https://github.com/walmartlabs/lacinia-pedestal Documentation: http://lacinia-pedestal.readthedocs.io/en/latest/ Featured changes in 0.11.0: - Update to GraphiQL 0.12.0 - Fix Clojure 1.8 compatibility

