Fork me on GitHub
#pathom
<
2019-05-09
>
kszabo12:05:07

are there any ways to handle short circuiting outside of implementing these as resolvers? Let’s say I have :low-cost/x :mid-cost/x :high-cost/x which are all aliases to :domain/x. My clients generally want them to be in low-cost order (which isn’t necessarily the same order as what the network weights are). Is there a general purpose reader extension lurking around this idea where the client can request something like (:domain/x {::p/resolve-order [:low-cost/x :high-cost/x]) for instance?

kszabo12:05:37

oh, I see, I think ::pc/sort-plan is what I’m looking for, it’s just not at the attribute level

souenzzo22:05:12

anyone else using fulcro+pathom "in anger"?