Fork me on GitHub
#pathom
<
2019-02-27
>
Ahmed Hassan08:02:54

>The subquery for a join is in the :query of the environment.

Ahmed Hassan08:02:10

what does this mean?

wilkerlucio12:02:23

@ahmed1hsn in a query like: [{:foo [:bar]}], {:foo [:bar]} is the join, [:bar] is the sub-query of the join, and when doing processing, if you read the :query from the env var while processing that join, it will have the sub-query [:bar] there