Fork me on GitHub
#pathom
<
2023-05-21
>
oliver19:05:03

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?

2
oliver21:05:11

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

👍 2