I created some vertices and edges, using classes: create class County extends V
create class City extends V create class Child extends E create vertex City set name = 'City-11' create vertex County set name = 'County-1' create edge Child from (select from County where name = 'County-1') to (select from City where name = 'City-11') , and so on. I run in Graph Editor: select from V select from E The graph editor shows some vertices and edges, but not all. How do I show the whole graph? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.