How to write Queries?

Odet supports querying of the underlying data & creating Specs using them

Spec comprises of 3 parts

  1. Collection
  2. Filter
  3. Rule

Eg. Collection: Repo Filter: IN(tags, 'level 1') Rule: ==(language, 'Ruby')

Collection

Filter

Rule