You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlecAivazis
changed the title
Only enforce route variable function if there are non-null arguments
Enforce route variable function if there are non-null arguments
Jul 5, 2022
I'm removing the bug tag since this no longer errors. The preprocessor now looks for the variable functions existence before generating a reference to it. While it did cover the original scenario, we did lose a "fast fail" since the user has to look at the network response to see why the error failed.
We now need a check that a variable function exists if the query has non-nullable inputs
A query like the following should not require a variable function
The text was updated successfully, but these errors were encountered: