graphql-python / graphene-sqlalchemy

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

Document Example to add totalCount to SQLAlchemyConnectionField #358

Open erikwrede opened 1 year ago

erikwrede commented 1 year ago

Add an example to the docs to get the total count of items on SQLAlchemyConnectionFields. Recipes presented in #58 could provide a great starting point.

conao3 commented 1 year ago

I'm interested in this feature and read #58 thread, I didn't know how to do it after all. I'd love to read the organized documentation.