Hello, first I want to thank you for the solutions, that led me to fit these steps to solve my problem, so I wanted to share another solution to this, in my case I wanted to retrieve all the nodes and edges,
{
nodes:{label,id}
edges:{from,to}
}
and I...