I can create new node by graph.AddNewNode(MyTestNode), but I got exeption when I select this node in Graph window, because MyTestNode have public property like: public IMyInterface MyProperty { get; set; }. So how to prevent parsing some public proprties by EditorUtils?
And how to addNewNode as child to other node (with connection)?