Skip to content

Missing input values #22

Closed
Closed
@miracle2k

Description

@miracle2k

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions