mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Structured data 2 (#645)
* Structured data refactor - multi-index tables, remove need for manual mods to the Cassandra tables * Tech spec updated to track implementation
This commit is contained in:
parent
5ffad92345
commit
1809c1f56d
87 changed files with 5233 additions and 3235 deletions
|
|
@ -1,6 +1,6 @@
|
|||
type: object
|
||||
description: |
|
||||
Objects query request - GraphQL query over knowledge graph.
|
||||
Rows query request - GraphQL query over structured data.
|
||||
required:
|
||||
- query
|
||||
properties:
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
type: object
|
||||
description: Objects query response (GraphQL format)
|
||||
description: Rows query response (GraphQL format)
|
||||
properties:
|
||||
data:
|
||||
description: GraphQL response data (JSON object or null)
|
||||
Loading…
Add table
Add a link
Reference in a new issue