Skip to content

Commit

Permalink
Add another test for just multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods authored and kstich committed Jan 6, 2025
1 parent 9bcd9e4 commit 6c12b9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ service FizzBuzz {
subExpression: {path: "nested.nested.bar"},
recursive: {path: "nested.nested.recursiveMember.foo"}
keysFunction: {path: "keys(map)"},
multiSelect: {path: "nested.[foo, nested.bar, nested.recursiveMember.foo]"}
multiSelectFlatten: {path: "listOfUnions[*].[nested.foo, object.key][]"}
)
operation Bar {
Expand Down

0 comments on commit 6c12b9f

Please sign in to comment.