graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
980 stars 226 forks source link

Pick up the docstrings of hybrid properties #344

Closed bim9262 closed 2 years ago

bim9262 commented 2 years ago

@erikwrede, I had deleted my repo, so this is a new PR to replace #298.

The issue that I had with SQA <1.3.19 regarding the ordering of all_orm_descriptors is resolved by sorting list(ReporterType._meta.fields.keys()) .

bim9262 commented 2 years ago

You're welcome!