pub fn create_graph_node( name: String, op_type: String, inputs: Vec<String>, outputs: Vec<String>, ) -> GraphNode
Helper function to create a graph node