pathom 2026-06-03

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

so that has no effect

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)

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?

otherwise it will run synchronously

Yeah all the resolvers use and return p/future

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

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