Skip to content

apollo-compiler@1.0.0-beta.20

Latest
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 31 Jul 10:34
· 19 commits to main since this release
3df1e62

Fixes

  • Fix variable validation in operation directives - goto-bus-stop in pull/888.
    • query ($var: Int) @directive(arg: $var) is now accepted - it used to raise an unused variable error for $var.

Maintenance