Structured data refactor

This commit is contained in:
Cyber MacGeddon 2026-02-23 14:45:23 +00:00
parent 5ffad92345
commit 2350b327a5
87 changed files with 5201 additions and 3235 deletions

View file

@ -34,7 +34,7 @@ post:
```
1. User asks: "Who does Alice know?"
2. NLP Query generates GraphQL
3. Execute via /api/v1/flow/{flow}/service/objects
3. Execute via /api/v1/flow/{flow}/service/rows
4. Return results to user
```