-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Right now when 'cypherQuery' call results in a multi-dimensional array that requires knowing all positions of the data in the result set. For example when executing "[...] RETURN user, roles" I would ideally expect accessing data in the callback via some getters, similar to the following: "result.data[0].user" or "result.data[1].roles" without the need using "result.columns" for that. This should greatly simplify scenarios related to raw cypher query calls.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels