Handle color in GraphNode according to wether it exists on server
In GraphNode the color was given according to the subWorkflows existence on the workflows from the server.
color={subgraphExistsOnServer ? '#ced3ee' : 'red'}
Existence was based on loadedGraphs and now the cached workflows have to be used instead.