Query from all accessible spaces.
Example:
Query.select(Filter.type(Person)).from('all-accessible-spaces');
Optionaloptions: { includeFeeds?: boolean }OptionalincludeFeeds?: boolean[false] - Whether to include feeds in the query. Default is to query from automerge documents only.
Traverse an outgoing reference.
Property path inside T that is a reference or optional reference.
Query for the target of the reference.
Get all child objects of the current selection.