You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: