Closed
Description
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
Labels
No labels