Permission examples

This commit is contained in:
Ben Haynes
2020-10-15 09:23:43 -04:00
parent d2b37841d1
commit d87e81fa55

View File

@@ -16,7 +16,7 @@
}
```
### Example
### Examples
```json
{
@@ -26,6 +26,22 @@
}
```
```json
{
"owner": {
"_eq": "$CURRENT_USER"
}
}
```
```json
{
"datetime": {
"_lte": "$NOW"
}
}
```
## Relational
You can target related values by nesting field names. For example, if you have a relational [Many-to-One](#)