reserved fields

This commit is contained in:
Emma
2023-06-17 11:34:44 -06:00
parent c2357e2706
commit d4999bb2bc
4 changed files with 86 additions and 37 deletions

View File

@@ -1,6 +1,9 @@
Start query: ?
- by default, queries search the publication
Query current object: ^
- refers specifically to the object based off of this specific type
Query relative object: $
- refers to the last relative object in the heirarchy
Access child: .
- this also maps over all items in a list and returns a list of the relevant children
- if the parent is a list, it will return a list of just the specified child