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
refactor(web): simplify addNode type to require minimal node info
The addNode function now accepts GraphNodeInput (entityId, entityType,
label) instead of full GraphNode, since x/y coordinates and externalIds
are not needed when adding a node to the graph list.
0 commit comments