You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.