Returns the children of a graph node.
capi
graph-node-children node => result
node
A graph-node .
graph-node
result
A list.
The generic function graph-node-children returns a list of all the 'children' of the node node . These children are the nodes which are at the other end of some edge in the graph-node-out-edges of the graph-node node .
graph-node-children
graph-node-out-edges