pathom

Gonzalo Rafael Acosta 2025-02-13T18:35:48.650399Z

Hello all, one lil question. Can you send multiple queries through pathom?, e.g. named

{:bundles-one [{`(:univ3.Query/bundles {:block {:number 20}}) [:univ3.Bundle/price]}]
 :bundles-two [{`(:univ3.Query/bundles {:block {:number 30}}) [:univ3.Bundle/price]}]}

2025-02-13T19:23:00.574049Z

I found this last time I was wondering someting similar: https://clojurians.slack.com/archives/C87NB2CFN/p1700979845260579?thread_ts=1700758857.673379&cid=C87NB2CFN note: you don't have to use the :pathom/entity / :pathom/request like that example does you can just use (p.eql/process env entity tx). you should be able to introduce arbitrary names this way