This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-17
Channels
- # beginners (47)
- # boot (1)
- # calva (18)
- # cider (16)
- # cljs-dev (6)
- # cljsrn (14)
- # clojure (46)
- # clojure-dev (6)
- # clojure-italy (3)
- # clojure-sweden (2)
- # clojure-uk (1)
- # clojurescript (21)
- # css (1)
- # data-science (1)
- # emacs (2)
- # figwheel-main (2)
- # graalvm (11)
- # leiningen (3)
- # nrepl (19)
- # off-topic (1)
- # pathom (4)
- # re-frame (17)
- # reagent (4)
- # shadow-cljs (49)
I cannot find the documentation (not related to GraphQL) for aliasing a keyword to another one, in my case session/room-id
to room/id
but I remember seeing something about that in some videos.
Oh, I just found it, never mind. https://cljdoc.org/d/com.wsscode/pathom/2.2.23/api/com.wsscode.pathom.connect#alias-resolver
@wilkerlucio I think that pc/alias-resolver
should be mentioned in the basic part of the documentation of resolvers, with a small example. Users need to be aware of its existence early as they will need to use it early too.
👍 4
The video you made mentioned about it, but it is absent in the guide.