apollo-compiler@1.0.0-beta.20
·
127 commits
to main
since this release
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
- Make unused variable validation more efficient - goto-bus-stop in pull/887.