File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
examples/flask_mongoengine Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,13 @@ result = schema.execute(query)
6868- [ ] Examples
6969 - [x] Flask example
7070 - [ ] Django example
71- - [ ] Filtering
72- - [x] Basic filtering of equal comparison
71+ - [ ] Filtering & Paging
72+ - [x] Default filtering enabled with all model's attributes by equal comparison
73+ - [x] Take first, or last n items
7374 - [ ] Advanced filtering
74- - [ ] Support List(EmbeddedDocument)
75- - [ ] Paging
76-
75+ - [ ] Support more types
76+ - [ ] List(EmbeddedDocument)
77+ - [ ] Others
7778
7879## Contributing
7980
Original file line number Diff line number Diff line change 11Flask == 0.12.2
22Flask-GraphQL == 1.4.1
3- graphene-mongo == 0.1.1
3+ graphene-mongo
44mongomock == 3.8.0
55
Original file line number Diff line number Diff line change 55 version = '0.1.2' ,
66
77 description = 'Graphene Mongoengine integration' ,
8- long_description = open ('README.rst ' ).read (),
8+ long_description = open ('README.md ' ).read (),
99
1010 url = 'https://github.com/graphql-python/graphene-mongo' ,
1111
You can’t perform that action at this time.
0 commit comments