Skip to content

Commit ee218fa

Browse files
committed
Added collection to queries
1 parent ac740ea commit ee218fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/structured-processing/query.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ store.
6161

6262
```
6363
tg-invoke-objects-query -f obj-ex \
64+
--collection uk-pies \
6465
-q '
6566
{
6667
pies (where: {diameter_cm: {gt: 20}})
@@ -87,6 +88,7 @@ This is an API which uses the above two operations in sequence.
8788

8889
```
8990
tg-invoke-structured-query -f obj-ex \
91+
--collection uk-pies \
9092
-q 'Which pies have more than 20cm diameter?'
9193
```
9294

0 commit comments

Comments
 (0)