cybics/crystal/queries.md

QUERY

{:title "TODO tasks" :query [:find (pull ?b [*]) :where (task ?b #{"TODO"})]}

QUERY

{:title "All blocks with tag project" :query [:find (pull ?b [*]) :where [?p :block/name "species"] [?b :block/refs ?p]]}

QUERY

{:title "All tasks" :query [:find (pull ?b [*]) :where [?b :block/marker _]]}

Homonyms

inf/queries
neural/trident/editor/queries
queries
neural/inf/docs/queries
CozoScript query syntax reference for datalog on the cybergraph rule types every query is a script of one or more rules. each rule has a head (what it produces) and a body (how it computes) inline rules `:=` logic defined in the rule body. the head declares output variables, the body declares how…
bootloader/go-cyber/js/src/queries
queries
cyb/src/services/graphql/queries
queries

Graph