Skip to content

Commit c42cf75

Browse files
authored
docs(README): Update examples
1 parent 3ca1cd4 commit c42cf75

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,10 @@ result = schema.execute(query)
6565

6666
To learn more check out the following [examples](examples/):
6767

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+
8272

8373
## Contributing
8474

0 commit comments

Comments
 (0)