Array input query parameters
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
- Gel Version: 6.7
- Gel CLI Version: 7.4.0
- OS Version:
Steps to Reproduce:
1. Use a query parameter of type `array`
```
oregon_PROD:main> select ActivitySource filter .id in array_unpack(>$ids);
Parameter >$ids: ["be24fbde-7d9b-472d-925d-375a4b1172ae"] -- array -> Expected ']' in "\"be24fbde-7d9b-472d-925d-375a4b1172ae\"]"
```
The error is
` Expected ']' in "\"be24fbde-7d9b-472d-925d-375a4b1172ae\"]"`
Same output when using `["....."]` or `>["..."]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.