This repository was archived by the owner on Sep 6, 2022. It is now read-only.
Releases: graphql-python/graphene-gae
Releases · graphql-python/graphene-gae
0.1.7
0.1.6
0.1.5
v0.1.4
- NdbConnectionField added arguments that can be used in quert:
- keys_only - to execute a keys only query
- batch_size - to control the NDB query iteration batch size
- page_size - control the page sizes when paginating connection results
- Added support for LocalStructuredProperty.
- Given a property
ndb.LocalStructuredType(Something)
it will automatically
map to a Field(SomethingType) - SomethingType has to be part of the schema. - Support for
repeated
andrequired
propeties.
- Given a property