66GraphQL-Server is a base library that serves as a helper
77for building GraphQL servers or integrations into existing web frameworks using
88[ GraphQL-Core] ( https://github.com/graphql-python/graphql-core ) .
9+ * ✅ It passes all the GraphQL spec tests
10+ * Supports 💾 ` Upload ` s, 🔁 Sync, 🔀 Async views and 🔄 Subscriptions through WebSockets.
11+ * 🚀 It integrates seamlessly with all HTTP/Websocket Python servers
912
1013## Integrations built with GraphQL-Server
1114
@@ -19,22 +22,9 @@ for building GraphQL servers or integrations into existing web frameworks using
1922| FastAPI | [ fastapi] ( https://github.com/graphql-python/graphql-server/blob/master/docs/fastapi.md ) |
2023| Flask | [ flask] ( https://github.com/graphql-python/graphql-server/blob/master/docs/flask.md ) |
2124| Litestar | [ litestar] ( https://github.com/graphql-python/graphql-server/blob/master/docs/litestar.md ) |
22- | WebOb | [ webob] ( https://github.com/graphql-python/graphql-server/blob/master/docs/webob.md ) |
2325| Quart | [ quart] ( https://github.com/graphql-python/graphql-server/blob/master/docs/quart.md ) |
2426| Sanic | [ sanic] ( https://github.com/graphql-python/graphql-server/blob/master/docs/sanic.md ) |
25-
26- ## Other integrations built with GraphQL-Server
27-
28- | Server integration | Package |
29- | ------------------ | ------------------------------------------------------------------------------------------------------- |
30- | WSGI | [ wsgi-graphql] ( https://github.com/moritzmhmk/wsgi-graphql ) |
31- | Responder | [ responder.ext.graphql] ( https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py ) |
32-
33- ## Other integrations using GraphQL-Core or Graphene
34-
35- | Server integration | Package |
36- | ------------------ | --------------------------------------------------------------------- |
37- | Django | [ graphene-django] ( https://github.com/graphql-python/graphene-django/ ) |
27+ | WebOb | [ webob] ( https://github.com/graphql-python/graphql-server/blob/master/docs/webob.md ) |
3828
3929## Documentation
4030
0 commit comments