Overview
Use the CLI or TypeScript SDK to build typed queries over an ObjectType. Start with schema discovery, then apply filters, sorting, and bounded pagination.
Supported query shapes
| Shape | Use |
|---|---|
| Comparison | Equality, inequality, ranges, and membership |
| Logical | AND, OR, and NOT combinations |
| Date | Before, after, and bounded intervals |
| Pagination | Explicit limit and cursor or offset |
| Sorting | Stable ascending or descending property order |
| Search | Keyword or semantic retrieval when enabled |
| Graph | Neighbors and traversals over declared LinkTypes |
Semantic and graph operations depend on the corresponding workspace modules. Treat an unavailable capability as a module or entitlement condition, not as an empty result.
See Schema DSL and Error codes.
