feat(Interactive): Support using dynamic param in `Limit` operator for cypher query
Open
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
The following cypher query can be supported with dynamic param allowed in `Limit`.
```cypher
MATCH(n) return LIMIT $Limit
```
Contributor guide
Assessment
This issue has not been assessed yet.