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
Allow omission of a non-null argument type when a default value was specified.
E.g.
type Query { q(a:Int! = 0): String }
should be able to be call q with no arguments.
q
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Allow omission of a non-null argument type when a default value was specified.
E.g.
should be able to be call
q
with no arguments.The text was updated successfully, but these errors were encountered: