This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-30
Channels
- # asami (4)
- # babashka (3)
- # beginners (21)
- # biff (22)
- # cljs-dev (6)
- # clojure (11)
- # clojure-europe (3)
- # clojure-norway (35)
- # clojure-spain (4)
- # clojurescript (14)
- # datalevin (2)
- # emacs (12)
- # exercism (2)
- # fulcro (10)
- # honeysql (4)
- # humbleui (3)
- # hyperfiddle (49)
- # instaparse (1)
- # introduce-yourself (1)
- # missionary (1)
- # off-topic (109)
- # pathom (2)
- # practicalli (21)
- # random (2)
- # rdf (2)
- # releases (2)
- # scittle (3)
- # specter (2)
Hi! I've integrated a GraphQL backend with pathom using https://pathom3.wsscode.com/docs/integrations/graphql. Ultimately, however I would like to do this in Clojurescript, be it on the backend of frontend. Is this even possible? com.wsscode.pathom3.graphql/connect-graphql
seems to assume that its request
argument be a synchronous function, which makes me doubt it.
Have you looked at https://github.com/wilkerlucio/pathom3-graphql ?