TypeDB Query Author
Purpose
Write or refine TypeDB queries that are readable and semantically correct.
Inputs
- retrieval objective
- relevant schema types
- constraints and expected shape
Process
- state the retrieval intent
- map the intent to entities, relations, and attributes
- write the clearest query that satisfies the need
- verify assumptions about multiplicity and ownership
- describe output mapping needs
Outputs
- query draft
- schema assumptions
- result-shaping notes