Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Releases: yfilali/graphql-pynamodb

Added support for PynamoDB up to version 3.3

05 Oct 07:37
fb7f0ec
Compare
Choose a tag to compare

Added support for PynamoDB up to version 3.3 and fixed the examples to include a more recent version of Flask.

Final Final 1.X release

23 May 06:44
Compare
Choose a tag to compare

Final 1.x graphene release

15 Oct 23:10
Compare
Choose a tag to compare
  • Added List and Map Attribute support
  • Fixed graphql-core/graphene version to < 2.x

0.9.0

22 Feb 19:42
Compare
Choose a tag to compare
  • Replaced the custom List attribute used for OneToMany relationships with the newly added PynamoDB List support.
  • Added ID! for strings if hash keys.

0.8.1

02 Nov 03:27
Compare
Choose a tag to compare

A PynamoDB integration for Graphene.

This release improved upon the lazy loading of the relationships implementation by replacing the previous set by a list type which preserves order of keys (the set didn't).