You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
When we execute a query we should be able to determine the depth at which we want to find linked items. Sometimes we will only want the one item but in other scenarios we might want to find all linked items. A query should be able to specify this.
Also the cache should be able to handle this. i.e. Items should be cached before linking (with LinkedItemRequests still attached) so that we can change the linking depth later and the cache still works
The text was updated successfully, but these errors were encountered:
When we execute a query we should be able to determine the depth at which we want to find linked items. Sometimes we will only want the one item but in other scenarios we might want to find all linked items. A query should be able to specify this.
Also the cache should be able to handle this. i.e. Items should be cached before linking (with LinkedItemRequests still attached) so that we can change the linking depth later and the cache still works
The text was updated successfully, but these errors were encountered: