Skip to content

apollo-parser@0.7.7

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 08 Apr 12:07
· 164 commits to main since this release
adbecc8

Fixes

  • raise an error for empty field sets - tinnou, pull/845
    It's not legal to write type Object {} with braces but without declaring
    any fields. In the past this was accepted by apollo-parser, now it raises an
    error as required by the spec.