`id: *` filter matches all the documents of a coll...
# community-help
h
id: *
filter matches all the documents of a collection. No other field has an equivalent mechanism. So with
$inventory(id: *)
we do an "inner join" of the
product
documents that matched the query and all of the
inventory
documents.