[Node Graph] Remove the automatic call to the recursive clustering behaviour on Order 1
Summary
We need to create an option on the graph (order 1).
Steps to reproduce
Create a new graph.
What is the current bug behavior?
Actually the graph uses by design the RecursiveClustering function.
What is the expected correct behavior?
Create a new graph without the RecursiveClustering function.
Relevant logs and/or screenshots
Possible fixes
Remove the automatic call to RecursiveClustering function.