goto-bus-stop
released this
31 Jul 10:34
·
27 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.