Closed
Description
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)