This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-21
Channels
- # announcements (26)
- # aws (1)
- # babashka (40)
- # beginners (36)
- # calva (9)
- # cider (38)
- # clara (5)
- # clj-commons (4)
- # clj-kondo (29)
- # cljs-dev (8)
- # cljsrn (2)
- # clojars (12)
- # clojure (151)
- # clojure-europe (16)
- # clojure-gamedev (1)
- # clojure-nl (2)
- # clojure-uk (7)
- # clojurescript (2)
- # copenhagen-clojurians (2)
- # datalevin (18)
- # fulcro (7)
- # graphql (7)
- # gratitude (9)
- # helix (2)
- # honeysql (3)
- # introduce-yourself (1)
- # jobs (1)
- # lsp (13)
- # malli (10)
- # nextjournal (2)
- # off-topic (13)
- # pathom (1)
- # pedestal (2)
- # portal (4)
- # remote-jobs (1)
- # ring-swagger (1)
- # shadow-cljs (21)
- # specter (1)
- # testing (2)
- # tools-build (6)
- # vim (2)
- # xtdb (5)
Good morning, I am attempting to duplicate the root query in the https://www.youtube.com/watch?v=F7QzFpo8pA0&t=2361s , but when I use UUID, the root query does not work:
(def data [#:problem{:id #uuid "017e10f8-9cc7-8de3-a70c-ae4f31738e46",}
#:problem{:id #uuid "017e1610-b3d9-87b6-9954-3507205df7b9",}])
;; -----------------------------------------------------------------------------
(defresolver home-problems-resolver [_env _params]
{::pc/output [{:home-problems [:problem/id]}]}
{:home-problems data})
The result is not as expected, see the image. I am assuming there is something special about the uuid and pathom and requires special handling. Any pointers where I can find the solution will be appreciated.Good morning! I have a situation where I need a remote mutation to return and remap tid -> rid before routing to the next defsc. I tried optimistic? false
and removing the action
portion of the mutation to no avail — the routing takes place and the tid is supplied to wll-enter
. I am using vanilla Fulcro taken from the template. Any suggestions?
Yes! Thanks @U0CKQ19AQ
FYI I have made troubleshooting instructions for Fulcro dynamic routing more accessible: https://blog.jakubholy.net/2020/troubleshooting-fulcro/?expanded#routing It is only a draft - please help me improve it by sending your questions and struggles!