1- <img src =" . /docs/_static/graphql-server-logo.svg" height =" 128px " >
1+ <img src =" https://raw.githubusercontent.com/graphql-python/graphql-server/master /docs/_static/graphql-server-logo.svg" height =" 128px " >
22
33[ ![ PyPI version] ( https://badge.fury.io/py/graphql-server.svg )] ( https://badge.fury.io/py/graphql-server )
44[ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-server/branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-server )
@@ -9,12 +9,12 @@ for building GraphQL servers or integrations into existing web frameworks using
99
1010## Integrations built with GraphQL-Server
1111
12- | Server integration | Docs |
13- | --------------------------- | -------------------------- |
14- | Flask | [ flask] ( docs/flask.md ) |
15- | Sanic | [ sanic] ( docs/sanic.md ) |
16- | AIOHTTP | [ aiohttp] ( docs/aiohttp.md ) |
17- | WebOb (Pyramid, TurboGears) | [ webob] ( docs/webob.md ) |
12+ | Server integration | Docs |
13+ | --------------------------- | --------------------------------------------------------------------------------------- |
14+ | Flask | [ flask] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/flask.md) |
15+ | Sanic | [ sanic] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/sanic.md) |
16+ | AIOHTTP | [ aiohttp] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/aiohttp.md) |
17+ | WebOb (Pyramid, TurboGears) | [ webob] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/webob.md) |
1818
1919## Other integrations built with GraphQL-Server
2020
@@ -51,4 +51,4 @@ Please let us know when you have built something new, so we can list it here.
5151
5252## Contributing
5353
54- See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
54+ See [ CONTRIBUTING.md] ( https://github.com/graphql-python/graphql-server/blob/master/ CONTRIBUTING.md)
0 commit comments