File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,10 @@ result = schema.execute(query)
65
65
66
66
To learn more check out the following [ examples] ( examples/ ) :
67
67
68
- * ** Full example** : [ Flask MongoEngine example] ( examples/flask_mongoengine )
69
-
70
- ## TODOs
71
-
72
- - [ ] Examples
73
- - [x] Flask example
74
- - [ ] Django example
75
- - [x] Filtering & Paging
76
- - [x] Default filtering enabled with all model's attributes by equal comparison (requester: [ git-albertomarin] ( https://github.com/git-albertomarin ) )
77
- - [x] Take first, or last n items (credit: [ alexpantyukhin] ( https://github.com/alexpantyukhin ) )
78
- - [x] Filter by global id (requester: [ bwalsh] ( https://github.com/bwalsh ) )
79
- - [x] Filter by reference model id (requester: [ msholty-fd] ( https://github.com/msholty-fd ) )
80
- - [ ] Support more types ([ Currently supported] ( http://graphene-mongo.readthedocs.io/en/latest/fields.html# ) )
81
- - [x] Self-reference and list-of-self-reference relationship (requester: [ mehdiym] ( https://github.com/mehdiym ) )
68
+ * [ Flask MongoEngine example] ( examples/flask_mongoengine )
69
+ * [ Django MongoEngine example] ( examples/django_mongoengine )
70
+ * [ Falcon MongoEngine example] ( examples/falcon_mongoengine )
71
+
82
72
83
73
## Contributing
84
74
You can’t perform that action at this time.
0 commit comments