hasura / ndc-spec

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

Rename-where-to-predicate #87

Closed BenoitRanque closed 9 months ago

BenoitRanque commented 9 months ago

Alternative to #86

Follow up to #84

This PR changes where keys to predicate in the connector IR

This is a breaking changes for the connector spec.

This PR also makes predicates optional inPathElement and Expression::Exists, to make it consistent with Query

Finally, this PR also removes redundant redefintions to make rust compile happily.

paf31 commented 9 months ago

Can you please fix the lint CI task?