File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Flask-GraphQL
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/graphql-python/flask-graphql.svg?branch=master )] ( https://travis-ci.org/graphql-python/flask-graphql ) [ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python/flask-graphql/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python/flask-graphql?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/flask-graphql.svg )] ( https://badge.fury.io/py/flask-graphql )
4
-
5
3
Adds GraphQL support to your Flask application.
6
4
5
+ [ ![ travis] [ travis-image ]] [ travis-url ]
6
+ [ ![ pypi] [ pypi-image ]] [ pypi-url ]
7
+ [ ![ Anaconda-Server Badge] [ conda-image ]] [ conda-url ]
8
+ [ ![ coveralls] [ coveralls-image ]] [ coveralls-url ]
9
+
10
+ [ travis-image ] : https://travis-ci.org/graphql-python/flask-graphql.svg?branch=master
11
+ [ travis-url ] : https://travis-ci.org/graphql-python/flask-graphql
12
+ [ pypi-image ] : https://img.shields.io/pypi/v/flask-graphql.svg?style=flat
13
+ [ pypi-url ] : https://pypi.org/project/flask-graphql/
14
+ [ coveralls-image ] : https://coveralls.io/repos/graphql-python/flask-graphql/badge.svg?branch=master&service=github
15
+ [ coveralls-url ] : https://coveralls.io/github/graphql-python/flask-graphql?branch=master
16
+ [ conda-image ] : https://img.shields.io/conda/vn/conda-forge/flask-graphql.svg
17
+ [ conda-url ] : https://anaconda.org/conda-forge/flask-graphql
18
+
7
19
## Usage
8
20
9
21
Just use the ` GraphQLView ` view from ` flask_graphql `
You can’t perform that action at this time.
0 commit comments