This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-03
Channels
- # announcements (1)
- # babashka (22)
- # beginners (176)
- # calva (10)
- # cider (4)
- # circleci (5)
- # cljsrn (20)
- # clojure (28)
- # clojure-europe (11)
- # clojure-italy (5)
- # clojure-nl (5)
- # clojure-spec (1)
- # clojure-sweden (2)
- # clojure-uk (29)
- # clojuredesign-podcast (4)
- # clojurescript (38)
- # code-reviews (25)
- # conjure (1)
- # core-typed (1)
- # data-science (16)
- # datomic (23)
- # figwheel-main (16)
- # fulcro (48)
- # helix (9)
- # jobs (3)
- # juxt (5)
- # kaocha (17)
- # malli (19)
- # mount (9)
- # nrepl (4)
- # off-topic (35)
- # pathom (7)
- # re-frame (28)
- # reagent (26)
- # reitit (1)
- # releases (1)
- # remote-jobs (5)
- # sci (6)
- # shadow-cljs (36)
- # spacemacs (3)
- # sql (8)
- # tools-deps (13)
- # unrepl (1)
- # vim (4)
- # xtdb (8)
I'm still not able to understand whether union to-many queries are allowed in EQL or not, and how to get them to work in pathom. to-one unions seems to work fine though. I have made a complete example with the resolvers and the queries. What am I missing?
hello Andreas, I just tried running your example here and it just worked for me, what pathom version are you trying on?
@U066U8JQJ What..! :face_with_raised_eyebrow: Happy I got everything right then, even though it doesn't work for me... I'm on clojure 1.10.1 and pathom 2.2.30 on openjdk-13, a restart of the repl does not solve the problem. Pathom 2.2.31 didn't solve it either. Fulcro 3.2.9 is also on the classpath.
Hmm.. seems to work fine in 2.3.0-alpha9 :star-struck:
Works on 2.2.27 and 2.3.0-alpha9, not on 2.2.28-2.2.31
glad to hear you got it working :)