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
https://github.com/graphql-python/graphql-core/blob/master/graphql/core/execution/values.py#L131
This line will through a key error if an input values is not provided. I believe to match the reference implementation, it would have to be:
values.get(field_name)
The text was updated successfully, but these errors were encountered:
Fix for graphql-python#21 and graphql-python#22.
ba5c433
Hey. Can you provide code to repro the case where this happens, so we can put it in as a unittest?
Thanks!
Sorry, something went wrong.
df9a9f9
While working on the Variable unit test cases, I found a test case that reliably replicated this issue.
👍
No branches or pull requests
https://github.com/graphql-python/graphql-core/blob/master/graphql/core/execution/values.py#L131
This line will through a key error if an input values is not provided. I believe to match the reference implementation, it would have to be:
The text was updated successfully, but these errors were encountered: