pub fn get_graph_data( state: &AppState, ) -> Result<(Vec<GraphNode>, Vec<GraphEdge>), LoreError>
Get graph data for visualization.