File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Adds [GraphQL] support to your [aiohttp] application.
3
3
4
4
Based on [ flask-graphql] by [ Syrus Akbary] and [ sanic-graphql] by [ Sergey Porivaev] .
5
5
6
+ [ ![ PyPI version] ( https://badge.fury.io/py/aiohttp-graphql.svg )] ( https://badge.fury.io/py/aiohttp-graphql )
7
+ [ ![ Build Status] ( https://github.com/graphql-python/aiohttp-graphql.svg?branch=master )] ( https://github.com/graphql-python/aiohttp-graphql )
8
+ [ ![ Coverage Status] ( https://github.com/graphql-python/aiohttp-graphql/branch/master/graph/badge.svg )] ( https://github.com/graphql-python/aiohttp-graphql )
9
+
6
10
## Usage
7
11
Just use the ` GraphQLView ` view from ` aiohttp_graphql `
8
12
Original file line number Diff line number Diff line change
1
+ language : python
2
+ os :
3
+ - linux
4
+ python :
5
+ - 3.6
6
+ - 3.7
7
+ - 3.8
8
+ - pypy3
9
+ cache :
10
+ directories :
11
+ - $HOME/.cache/pip
12
+ install :
13
+ - pip install -e .[test]
14
+ - pip install pytest-cov codecov
15
+ script :
16
+ - python -m pytest --cov-branch --cov=aiohttp_graphql --cov-report=term-missing
17
+ after_success :
18
+ - codecov
You can’t perform that action at this time.
0 commit comments