We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following template produces erroneous errors in both schema-aware and schemaless modes:
# Schema type Query { f(x:Boolean!):Int! }
# Template query { f( x: [[1]] == [[]] )}
1:15: mismatching types [[Int]] and [array]
https://go.dev/play/p/lSg9j4wmQ6b
The boolean expression [[1]] == [[]] is valid and should not produce errors.
[[1]] == [[]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following template produces erroneous errors in both schema-aware and schemaless modes:
https://go.dev/play/p/lSg9j4wmQ6b
Expectation
The boolean expression
[[1]] == [[]]
is valid and should not produce errors.The text was updated successfully, but these errors were encountered: