pathom

wilkerlucio 2026-06-03T01:25:00.681889Z

what your resolver is doing is the same as a global revolver, pathom we’ll never ride a value that’s already set on an entity

wilkerlucio 2026-06-03T01:25:47.317829Z

so that has no effect

J 2026-06-03T09:09:09.390589Z

In this Pathom Viz result, I don’t understand why :content/account_expanded2 is not at the same level than :content/bricks What I’m missing? (I run with eql parallel mode)

wilkerlucio 2026-06-03T10:14:57.128339Z

for things to run in parallel the resolvers must return a promise (and is on you to make that async somehow, the simplest way being using a p/future), did you set it up that way?

wilkerlucio 2026-06-03T10:15:11.915359Z

otherwise it will run synchronously

J 2026-06-03T11:45:08.745629Z

Yeah all the resolvers use and return p/future

wilkerlucio 2026-06-03T23:20:58.764349Z

hard to say now, would have to understand better and see, but Im currently traveling with no computer, can you make a repro gist? I can have a look next week when I return

J 2026-06-04T08:19:10.063639Z

No problem. Here a complete example of what I’m trying to achieve (https://gist.github.com/jeans11/6a51960894a2df217c06aea94dfb7127)