Moritz Zielke
Results
2
comments of
Moritz Zielke
Could the [keys accessed via `ft_balance_of`](https://near.zulipchat.com/#narrow/stream/295306-contract-runtime/topic/prefetching.20work.20for.20sweat.20and.20kaiching/near/429890819) be prefetched as well? Such access was quite frequent in Cosmose unit tests, though I don't know how relevant they are for mainnet traffic.
As a workaround while this isn't merged, for me the following worked. In the situation described by the OP, put the query in a *separate* `.gql` file: ```graphql # MyBookQuery.gql...