Closed
Description
When querying(go, fetch , lookup, match), the yield clause must be specified. The structure of the result set should match the yield clause. for example :
current : lookup on tag where .. ----> the vid is default column
expected : lookup on tag where .... yield vid ---> The returned column must be specified by yield clause .
- LOOKUP
- GO
- FETCH
- FIND PATH
- SUBGRAPH
- MATCH