Skip to content

Let default_field_resolver check "typing.Mapping" instead of the more restrictive "dict" #102

Closed
@jstlaurent

Description

@jstlaurent

Feature requests

The current default_field_resolver checks against instances of dict specifically to decide whether to use get or getattr to access the field on the source. Checking against typing.Mapping would be more flexible, allowing, for example, a ChainMap to be used as the underlying source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions