graphql-python / graphene-sqlalchemy

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

Expand docs with batching example #387

Open sabard opened 1 year ago

sabard commented 1 year ago

Add a short doc on the use of BatchSQLAlchemyConnectionField with a brief comment. It's only documented in the test files, but should also be included in the documentation.

Additionally, can expand docs on sort keyword to include disabling and custom usage.

Originally posted by @palisadoes in https://github.com/graphql-python/graphene-sqlalchemy/issues/357#issuecomment-1447481010