EQL is a declarative way to make hierarchical (and possibly nested) selections of information about data requirements. This repository contains the base specs and definitions for EQL parsing, AST, etc.
Fulcro 3 needs to look at root props to detect shared prop changes, but doing so against the full AST is expensive. I added the ability to tell query->ast to not follow joins.
Fulcro 3 needs to look at root props to detect shared prop changes, but doing so against the full AST is expensive. I added the ability to tell query->ast to not follow joins.