File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphene-mongo ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/abawchen /graphene-mongo/badge.svg?branch=master )] ( https://coveralls.io/github/abawchen /graphene-mongo?branch=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/graphene-mongo/badge/?version=latest )] ( http://graphene-mongo.readthedocs.io/en/latest/?badge=latest )
1+ [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphene-mongo ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/graphql-python /graphene-mongo/badge.svg?branch=master )] ( https://coveralls.io/github/graphql-python /graphene-mongo?branch=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/graphene-mongo/badge/?version=latest )] ( http://graphene-mongo.readthedocs.io/en/latest/?badge=latest )
22
33# Graphene-Mongo
44
@@ -66,20 +66,25 @@ result = schema.execute(query)
6666## TODOs
6767
6868- [ ] Examples
69+ - [x] Flask example
70+ - [ ] Django example
71+ - [ ] Filtering
72+ - [x] Basic filtering of equal comparison
73+ - [ ] Advanced filtering
6974- [ ] Support List(EmbeddedDocument)
7075- [ ] Paging
71- - [ ] Filtering
76+
7277
7378## Contributing
7479
7580After cloning this repo, ensure dependencies are installed by running:
7681
7782``` sh
78- python setup.py install
83+ pip install -r requirements.txt
7984```
8085
8186After developing, the full test suite can be evaluated by running:
8287
8388``` sh
84- python setup.py test # Use --pytest-args="-v -s" for verbose mode
89+ make test
8590```
You can’t perform that action at this time.
0 commit comments