data:
-
-
-
tests:
-
description: "Distinct without a filter"
operation:
name: distinct
arguments:
fieldName: "x"
filter:
outcome:
result:
- 11
- 22
- 33
-
description: "Distinct with a filter"
operation:
name: distinct
arguments:
fieldName: "x"
filter:
_id:
outcome:
result:
- 22
- 33