Update README.md

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
Stan Chollet 2019-11-07 14:04:05 +01:00 committed by GitHub
parent 8f5975746b
commit c1281ff837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,7 +613,7 @@ Code Formatters
*Libraries for working with GraphQL.*
* [tartiflette](https://tartiflette.io) - GraphQL Implementation, SDL First, for python 3.6+ / asyncio.
* [tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and asyncio.
* [tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - Wrapper of tartiflette to expose GraphQL API over HTTP based on aiohttp / 3.6+ / asyncio.
* [tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - a wrapper that provides ASGI support for the Tartiflette Python GraphQL engine.