-
-
Notifications
You must be signed in to change notification settings - Fork 111
No way to list vertices? #162
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
I notice that the
Graphinterface provides no method to list all vertices. Is there a reason for doing so? This should be a simple implementation since theStoremethod provides aListVerticesmethod.