Skip to content

apollo-parser@0.2.11

Choose a tag to compare

@lrlna lrlna released this 20 Sep 09:43
· 699 commits to main since this release
9935931

0.2.11 - 2022-09-20

Features

  • introduce a getter to parser's green nodes - lrlna, pull/295

    creates a getter to parser's underlying green nodes that make up the
    resulting, more ergonomic AST. This is handy for our compiler's use case when
    creating a thread-safe access to the AST.

Fixes

  • selection set is required for named operation definitions- lrlna, pull/301 closes issue/300

    The parser was not creating errors for missing selection sets for named
    operation definitions such as query namedQuery {. This is now correctly
    flagged as erroneous graphql.