Describe the feature request
Currently, the graph representation only contains some more global tools (e.g.: get all cycles). However, it would be nice if there would be some tool to step locally through a graph (e.g.: get adjacent nodes/edges). The functionality already exists in the graph implementation, but is not yet exposed over the API and requires one to rebuild the graph from scratch.
Describe the feature request
Currently, the graph representation only contains some more global tools (e.g.: get all cycles). However, it would be nice if there would be some tool to step locally through a graph (e.g.: get adjacent nodes/edges). The functionality already exists in the graph implementation, but is not yet exposed over the API and requires one to rebuild the graph from scratch.