This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-21
Channels
- # calva (11)
- # cider (4)
- # clojure (15)
- # clojure-europe (20)
- # clojurescript (14)
- # clr (45)
- # conjure (2)
- # cursive (1)
- # fulcro (10)
- # helix (4)
- # honeysql (7)
- # hoplon (21)
- # humbleui (2)
- # hyperfiddle (23)
- # introduce-yourself (1)
- # malli (11)
- # matrix (3)
- # off-topic (6)
- # pathom (2)
- # practicalli (1)
- # re-frame (9)
- # releases (1)
- # specter (2)
- # sql (10)
- # xtdb (2)
I'm still trying to achieve what I mentioned https://clojurians.slack.com/archives/C87NB2CFN/p1682886217635559: Adapting an existing GraphQL endpoint for use from CLJS. I have found that Pathom 2 https://blog.wsscode.com/pathom/v2/pathom/2.2.0/graphql/fulcro.html for this with com.wsscode.pathom.fulcro.network/graphql-network2
. It does, however assume Fulcro 2. I would very much prefer to use Fulcro 3 and Pathom 3 but still cannot find anything in the same vein for these latest versions… Do you have any clues?
For the record, I have found how to do this using promesa and pathom async: https://github.com/wilkerlucio/pathom3-graphql/blob/main/demos/com/wsscode/pathom3/graphql/demos/swapi.cljs