From Codex review on PR #187 — all graph endpoints can return 404 when the graph store is disabled/unavailable (via _get_graph() helper). The current docs only mention 404 for missing entities in the neighborhood endpoint. Should document the 'graph store not available' 404 case for all endpoints.
From Codex review on PR #187 — all graph endpoints can return 404 when the graph store is disabled/unavailable (via
_get_graph()helper). The current docs only mention 404 for missing entities in the neighborhood endpoint. Should document the 'graph store not available' 404 case for all endpoints.