This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-19
Channels
- # beginners (59)
- # calva (20)
- # cider (25)
- # clj-kondo (12)
- # cljdoc (3)
- # cljsrn (15)
- # clojure (104)
- # clojure-europe (4)
- # clojure-italy (10)
- # clojure-nl (3)
- # clojure-spec (14)
- # clojure-uk (13)
- # clojurescript (33)
- # code-reviews (26)
- # core-async (1)
- # cursive (5)
- # data-science (3)
- # datomic (8)
- # emacs (3)
- # fulcro (5)
- # graphql (3)
- # hoplon (1)
- # jobs-discuss (4)
- # kaocha (14)
- # nyc (1)
- # off-topic (33)
- # pathom (4)
- # pedestal (2)
- # quil (1)
- # re-frame (5)
- # reagent (10)
- # reitit (6)
- # rewrite-clj (3)
- # shadow-cljs (173)
- # specter (7)
- # sql (4)
- # vim (58)
- # yada (3)
I started to use pathom and promote it around me. I made a basic demo during a conference last weekend: https://github.com/green-coder/try-pathom/tree/master/src/try_pathom/coscup

👍 4
🆒 4
about these resolvers here: https://github.com/green-coder/try-pathom/blob/master/src/try_pathom/coscup/resolver.clj#L62-L75
since they provide nested things (both :english-sessions
:room/session-ids
are nto scalars), the output should have the full shape of it
also, I guess :room/sessions
would be a better name, makes sense?