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)
68
68
- [ ] Examples
69
69
- [x] Flask example
70
70
- [ ] 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
73
74
- [ ] Advanced filtering
74
- - [ ] Support List(EmbeddedDocument)
75
- - [ ] Paging
76
-
75
+ - [ ] Support more types
76
+ - [ ] List(EmbeddedDocument)
77
+ - [ ] Others
77
78
78
79
## Contributing
79
80
Original file line number Diff line number Diff line change 1
1
Flask == 0.12.2
2
2
Flask-GraphQL == 1.4.1
3
- graphene-mongo == 0.1.1
3
+ graphene-mongo
4
4
mongomock == 3.8.0
5
5
Original file line number Diff line number Diff line change 5
5
version = '0.1.2' ,
6
6
7
7
description = 'Graphene Mongoengine integration' ,
8
- long_description = open ('README.rst ' ).read (),
8
+ long_description = open ('README.md ' ).read (),
9
9
10
10
url = 'https://github.com/graphql-python/graphene-mongo' ,
11
11
You can’t perform that action at this time.
0 commit comments