This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-28
Channels
- # announcements (92)
- # aws (7)
- # babashka (13)
- # beginners (42)
- # clj-kondo (9)
- # cljdoc (25)
- # clojure (156)
- # clojure-europe (19)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-sg (1)
- # clojure-spec (3)
- # clojure-uk (6)
- # clojurescript (21)
- # copenhagen-clojurians (1)
- # cryogen (3)
- # cursive (9)
- # datahike (3)
- # datomic (5)
- # emacs (8)
- # graphql (4)
- # introduce-yourself (3)
- # jobs (2)
- # malli (1)
- # meander (8)
- # nrepl (3)
- # off-topic (8)
- # om-next (2)
- # pathom (11)
- # rdf (5)
- # reagent (59)
- # remote-jobs (4)
- # shadow-cljs (8)
- # tools-build (23)
- # vim (16)
Hi @wilkerlucio FYI discussion of Issue 97 https://github.com/wilkerlucio/pathom3/discussions/99
not online, the query editor don't have a web version outside Fulcro tools or Pathom Viz (the app), but you can use this setup as a testing point with the app: https://github.com/wilkerlucio/pathom3-graphql/blob/main/test/com/wsscode/pathom3/graphql/test/swapi.clj
you also need to add the connector dep, I use as a local alias:
com.wsscode/pathom-viz-connector {:mvn/version "2021.07.15-1"}
my alias for local devtools for example:
:local/devtools
{:extra-deps {com.wsscode/pathom-viz-connector {:mvn/version "2021.07.15-1"}
djblue/portal {:mvn/version "0.15.1"}
faker/faker {:mvn/version "0.2.2"}
com.wsscode/reveal-ext {:local/root "/Users/wilkerlucio/Development/reveal-extensions"}
vlaaad/reveal {:mvn/version "1.3.199"}}}
I'd like something I can send my manager to convince him that pathom is a good idea 🙂
we do have an endpoint that is currently using pathom, but it's not very powerful yet and to setup pathom viz we need to be able to send custom headers
all of this takes time I just haven't had. sounds like there isn't an easy example online. I'll wait until I have time to setup a demo myself then. Thanks!
@U4YGF4NGM if you use the app with the connector the setup is pretty strait forward, no need to go over the custom headers, you can connect the env directly to the app (it uses http calls on CLJ, using its own server thing, and websockets on CLJS), I love to have a web version at some point, but not a priority for me as of now, glad to help to figure that setup