removed unused type prop
Type in uiProps: NodeInGraphType would add a property specifying the place of the node in the graph. It was being set when opening the graph and not while editing it like when a new node was added to the graph. After removing part of the graph validation this prop is not used anymore so it is removed. It is better to calculate the place of a node in a graph when we need and not save this in a prop as discussed.
Edited by Giannis Koumoutsos