hasura / ndc-spec

NDC Specification and Reference Implementation
http://hasura.github.io/ndc-spec
20 stars 5 forks source link

[NS-18] Test logical expressions #104

Closed paf31 closed 8 months ago

paf31 commented 8 months ago

This generates predicates in conjunctive normal form:

(p_1_1 OR ... OR p_1_n) AND ... AND (p_m_1 OR ... OR p_m_n)

where m, n <= complexity, where complexity is controlled via the CLI using -x, -xx, -xxx, ...

complexity defaults to 1.