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 b9b1d19 commit c2b1ee5Copy full SHA for c2b1ee5
generator/config/expression/first.yaml
@@ -16,4 +16,10 @@ tests:
16
- $addFields:
17
firstItem:
18
$first: $items
19
- schema: '// TODO: No docs reference found'
+ schema:
20
+ collection:
21
+ items:
22
+ types:
23
+ - bsonType: Array
24
25
+ - bsonType: String
generator/config/expression/last.yaml
lastItem:
$last: $items
0 commit comments