yfilali / graphql-pynamodb

Graphene PynamoDB Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scan vs Query based on params

yfilali opened this issue · comments

At the moment, get_query just returns scan. The normal params (first, after, last, etc.) are not translated to the dynamodb equivalents.

Relationships are now fully supported and tested.