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
In the next query, the variable now holds an object. Despite being semantically identical to the first query, the query will not cause a validation error, and it is is executed fully:
Describe the bug
Input objects are not validated in queries when a variable is used to hold the entire input object.
To Reproduce
Consider the following schema:
The following query will fail correctly with "The specified input object field
clearlyNonsense
does not exist.":In the next query, the variable now holds an object. Despite being semantically identical to the first query, the query will not cause a validation error, and it is is executed fully:
Expected behavior
The second query should also fail with the same validation error.
Versions:
The text was updated successfully, but these errors were encountered: