Skip to main content

Queries and ObjectSet

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

ShapeUse
ComparisonEquality, inequality, ranges, and membership
LogicalAND, OR, and NOT combinations
DateBefore, after, and bounded intervals
PaginationExplicit limit and cursor or offset
SortingStable ascending or descending property order
SearchKeyword or semantic retrieval when enabled
GraphNeighbors 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.