Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-08-14 | 458 Bytes | |
Regression Fix.tar.gz | 2019-08-14 | 38.3 kB | |
Regression Fix.zip | 2019-08-14 | 62.0 kB | |
Totals: 3 Items | 100.8 kB | 0 |
Fixes issue https://github.com/graphql-python/graphene-sqlalchemy/issues/234. The regression was introduced in https://github.com/graphql-python/graphene-sqlalchemy/commit/9a0f7400957c5b5f5f8e952db2502ef1f79fac1f.
Custom resolve_<field_name> functions were no longer call for fields auto-generated by SQLAlchemyObjectType. The issue was caused by a soon-to-be-documented feature that allows users to rename auto-generated fields (aka ORMField.model_attr).