This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-29
Channels
- # announcements (17)
- # aws (12)
- # babashka (27)
- # beginners (85)
- # bristol-clojurians (1)
- # calva (16)
- # cider (3)
- # clara (7)
- # clojure (80)
- # clojure-europe (13)
- # clojure-italy (19)
- # clojure-nl (2)
- # clojure-norway (6)
- # clojure-poland (1)
- # clojure-spec (31)
- # clojure-uk (61)
- # clojurescript (29)
- # core-async (10)
- # cursive (7)
- # data-science (1)
- # datomic (29)
- # docker (3)
- # fulcro (120)
- # graphql (16)
- # hugsql (2)
- # leiningen (17)
- # luminus (2)
- # off-topic (36)
- # other-languages (3)
- # pathom (13)
- # re-frame (12)
- # ring (2)
- # rum (1)
- # shadow-cljs (126)
- # tools-deps (56)
- # vscode (5)
@austin021 this is a matter of figuring a good way to visualize that, I agree this can be improved, just did bother enough to spend the time on it. one thing is that on the attribute listing, you can see with which attributes it is combined, that information is directly acessible on the index, so the data is there
Hi, if anyone's interested: I've submitted a PR for fixing the issue I've encountered yesterday (see above). https://github.com/wilkerlucio/pathom/pull/141
awesome, thanks! I’ll take a look on it later today
@wilkerlucio have you had any discussion about putting docstrings on the indexes?
that way Inspect in Fulcro could show docs about attributes as you explore the graph…or we could create an API doc tab
would also then be simple to make some generalized tool that could hit a pathom endpoint and generate a live documentation site.
@tony.kay if I remember right that was already implemented for resolvers
I have been toying with this idea, combined with some form of serializable specs. There is support for docstring, the example index-explorer resolver should be updated to include it, that should be all: https://github.com/wilkerlucio/pathom/blob/c30ccb4d875ec2adbd157905d84e53e9d72f5129/test/com/wsscode/pathom/connect_test.cljc#L228
but mutations may be missing