You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create an Edge, it needs From and To nodes. I know we should first create all the Nodes (i.e. including From and To nodes).
Is there a way to handle missing nodes instead of just crashing? This is because the preProcessGraph and other methods don't consider the case where node will be null
One of the way it could behave is - the library raises a event to add a node when it's found missing during Edge creation
The text was updated successfully, but these errors were encountered:
When we create an Edge, it needs From and To nodes. I know we should first create all the Nodes (i.e. including From and To nodes).
Is there a way to handle missing nodes instead of just crashing? This is because the
preProcessGraph
and other methods don't consider the case wherenode
will benull
One of the way it could behave is - the library raises a event to add a node when it's found missing during Edge creation
The text was updated successfully, but these errors were encountered: