The first query I can create a policy for Opening2 fields that fetch data from local storage.
The second query is returning an array of that SImilarOpening. While I can pull locally stored data for fields for each instance of SimilarOpening, the query still goes out to the remote server for the array (of which only the size is used).
I’ve concluded that field policies are working at a level too low for what I am trying to do. A mock server may be the answer, but I have a question about that as well.
It seems like it should be easy to implement: “given query payload X, return local data value Y”. So far I’m not finding it.