Open hdavid16 opened 2 years ago
It would be nice to support indexing on edges, as is done on nodes. This would allow querying an edge based on the index: For example, g["edge_name", :id] would return the Edge that has that id.
g["edge_name", :id]
Edge
It would be nice to support indexing on edges, as is done on nodes. This would allow querying an edge based on the index: For example,
g["edge_name", :id]
would return theEdge
that has that id.