pypi graphene-sqlalchemy 2.3.0

latest releases: 3.0.0rc1, 3.0.0b4, 3.0.0b3...
3 years ago

Batching

Batching can be now enabled via the batching param:

  • we can configure all the fields of a type at once via SQLAlchemyObjectType.meta.batching
  • or we can specify it for a specific field via ORMfield.batching. This trumps SQLAlchemyObjectType.meta.batching.

See relevant PR: #253 #254 #260

Add support for Non-Null SQLAlchemyConnectionField

See #261

Simplify access to model Connection

One can access the connection on the SQLAlchemyObjectType directly. ex: MyModel.connection

And other minor fixes

Don't miss a new graphene-sqlalchemy release

NewReleases is sending notifications on new releases.