File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- Please read [ UPGRADE-v2.0.md] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md ) to learn how to upgrade to Graphene ` 2.0 ` .
2
-
3
- ---
4
-
5
1
# ![ Graphene Logo] ( http://graphene-python.org/favicon.png ) Graphene-Django
6
2
7
3
@@ -12,7 +8,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
12
8
[ ![ Anaconda-Server Badge] [ conda-image ]] [ conda-url ]
13
9
[ ![ coveralls] [ coveralls-image ]] [ coveralls-url ]
14
10
15
- [ travis-image ] : https://travis-ci.org/graphql-python/graphene-django.svg?style=flat
11
+ [ travis-image ] : https://travis-ci.org/graphql-python/graphene-django.svg?branch=master& style=flat
16
12
[ travis-url ] : https://travis-ci.org/graphql-python/graphene-django
17
13
[ pypi-image ] : https://img.shields.io/pypi/v/graphene-django.svg?style=flat
18
14
[ pypi-url ] : https://pypi.org/project/graphene-django/
@@ -94,7 +90,7 @@ class Query(graphene.ObjectType):
94
90
schema = graphene.Schema(query = Query)
95
91
```
96
92
97
- Then you can simply query the schema:
93
+ Then you can query the schema:
98
94
99
95
``` python
100
96
query = '''
You can’t perform that action at this time.
0 commit comments