Hive Hive
Sign in

Cypher-style graph expressions in once query

Metadata
Source
GitHub
Version
0.24.0
Domains
Published
Jun 28, 2026 · 10:12 UTC
Repository
tuist/once
Update

once query now accepts a native <MATCH... RETURN...> expression path modeled on Cypher for read-only graph exploration. Syntax is validated with tree-sitter-cypher and evaluated over the loaded targets graph using the documented subset of labels and relationships, enabling transitive dependency and capability queries over a project graph.