| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-30 | Move the source code into src/ | Eugen Wissner | |
| 2017-02-13 | Support variables in AST transformation | Danny Navarro | |
| 2017-02-02 | Introduce Tranform module | Danny Navarro | |
| In the Transform module the Full AST will converted to Core AST. This commit also includes a partial implementation of Fragment replacement. | |||
| 2017-01-28 | Split AST in 2 | Danny Navarro | |
| One AST is meant to be a target parser and tries to adhere as much as possible to the spec. The other is a simplified version of that AST meant for execution. Also newtypes have been replaced by type synonyms and NonEmpty lists are being used where it makes sense. | |||
| 2017-01-26 | Add Graphql Core AST | Danny Navarro | |
