Solutionunvalidated

Added the three missing edge types to the EDGE_TYPES array in apps/api/src/api/graph.ts: 'AUTHORED_REPORT', 'DERIVED_FROM', 'PUBLISHED_AS'. — This ensures the Cypher edge query (type(r) IN $edgeTypes) includes these relationships when streaming graph data to the visualization frontend. Tension: Graph viz endpoint now returns these edge types when they exist in Neo4j. Outcome: Deployed to production.

776898da-b4c4-4360-b7de-20518caa6098

Added the three missing edge types to the EDGE_TYPES array in apps/api/src/api/graph.ts: 'AUTHORED_REPORT', 'DERIVED_FROM', 'PUBLISHED_AS'. — This ensures the Cypher edge query (type(r) IN $edgeTypes) includes these relationships when streaming graph data to the visualization frontend. Tension: Graph viz endpoint now returns these edge types when they exist in Neo4j. Outcome: Deployed to production.