6
6
GraphQL-Server is a base library that serves as a helper
7
7
for building GraphQL servers or integrations into existing web frameworks using
8
8
[ 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
9
12
10
13
## Integrations built with GraphQL-Server
11
14
@@ -19,22 +22,9 @@ for building GraphQL servers or integrations into existing web frameworks using
19
22
| FastAPI | [ fastapi] ( https://github.com/graphql-python/graphql-server/blob/master/docs/fastapi.md ) |
20
23
| Flask | [ flask] ( https://github.com/graphql-python/graphql-server/blob/master/docs/flask.md ) |
21
24
| 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 ) |
23
25
| Quart | [ quart] ( https://github.com/graphql-python/graphql-server/blob/master/docs/quart.md ) |
24
26
| 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 ) |
38
28
39
29
## Documentation
40
30
0 commit comments