JoshInnis opened a new issue, #37:
URL: https://github.com/apache/age-viewer/issues/37
The Graph Path was used by AgensGraph to know which Graph to run the cypher
query against.
`MATCH (n) RETURN n;`
Since AGE, currently makes the user provide the graph in the query, this is
no longer relevant.
`SELECT * FROM cypher('graph', $$ MATCH (n) RETURN n $$) as (a agtype);`

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]