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-
51# ![ Graphene Logo] ( http://graphene-python.org/favicon.png ) Graphene-Django
62
73
@@ -12,7 +8,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
128[ ![ Anaconda-Server Badge] [ conda-image ]] [ conda-url ]
139[ ![ coveralls] [ coveralls-image ]] [ coveralls-url ]
1410
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
1612[ travis-url ] : https://travis-ci.org/graphql-python/graphene-django
1713[ pypi-image ] : https://img.shields.io/pypi/v/graphene-django.svg?style=flat
1814[ pypi-url ] : https://pypi.org/project/graphene-django/
@@ -94,7 +90,7 @@ class Query(graphene.ObjectType):
9490schema = graphene.Schema(query = Query)
9591```
9692
97- Then you can simply query the schema:
93+ Then you can query the schema:
9894
9995``` python
10096query = '''
You can’t perform that action at this time.
0 commit comments