We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac740ea commit ee218faCopy full SHA for ee218fa
guides/structured-processing/query.md
@@ -61,6 +61,7 @@ store.
61
62
```
63
tg-invoke-objects-query -f obj-ex \
64
+ --collection uk-pies \
65
-q '
66
{
67
pies (where: {diameter_cm: {gt: 20}})
@@ -87,6 +88,7 @@ This is an API which uses the above two operations in sequence.
87
88
89
90
tg-invoke-structured-query -f obj-ex \
91
92
-q 'Which pies have more than 20cm diameter?'
93
94
0 commit comments