Remove Graph Path from Connection information
Open
- Dominant language
- JavaScript
- Stars
- 387
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
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);`

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.