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 )
2
2
3
3
# Graphene-Mongo
4
4
@@ -66,20 +66,25 @@ result = schema.execute(query)
66
66
## TODOs
67
67
68
68
- [ ] Examples
69
+ - [x] Flask example
70
+ - [ ] Django example
71
+ - [ ] Filtering
72
+ - [x] Basic filtering of equal comparison
73
+ - [ ] Advanced filtering
69
74
- [ ] Support List(EmbeddedDocument)
70
75
- [ ] Paging
71
- - [ ] Filtering
76
+
72
77
73
78
## Contributing
74
79
75
80
After cloning this repo, ensure dependencies are installed by running:
76
81
77
82
``` sh
78
- python setup.py install
83
+ pip install -r requirements.txt
79
84
```
80
85
81
86
After developing, the full test suite can be evaluated by running:
82
87
83
88
``` sh
84
- python setup.py test # Use --pytest-args="-v -s" for verbose mode
89
+ make test
85
90
```
You can’t perform that action at this time.
0 commit comments