1
- # GraphQL-Server
1
+ < img src = " ./docs/_static/graphql-server-logo.svg " height = " 128px " >
2
2
3
3
[ ![ PyPI version] ( https://badge.fury.io/py/graphql-server-core.svg )] ( https://badge.fury.io/py/graphql-server-core )
4
4
[ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-server-core.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-server-core )
@@ -10,34 +10,35 @@ for building GraphQL servers or integrations into existing web frameworks using
10
10
11
11
## Integrations built with GraphQL-Server
12
12
13
- | Server integration | Docs |
14
- | ---| ---|
15
- | Flask | [ flask] ( docs/flask.md ) |
16
- | Sanic | [ sanic] ( docs/sanic.md ) |
17
- | AIOHTTP | [ aiohttp] ( docs/aiohttp.md ) |
18
- | WebOb (Pyramid, TurboGears) | [ webob] ( docs/webob.md ) |
13
+ | Server integration | Docs |
14
+ | --------------------------- | -------------------------- |
15
+ | Flask | [ flask] ( docs/flask.md ) |
16
+ | Sanic | [ sanic] ( docs/sanic.md ) |
17
+ | AIOHTTP | [ aiohttp] ( docs/aiohttp.md ) |
18
+ | WebOb (Pyramid, TurboGears) | [ webob] ( docs/webob.md ) |
19
19
20
20
## Other integrations built with GraphQL-Server
21
21
22
- | Server integration | Package |
23
- | WSGI | [ wsgi-graphql] ( https://github.com/moritzmhmk/wsgi-graphql ) |
24
- | Responder | [ responder.ext.graphql] ( https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py ) |
22
+ | Server integration | Package |
23
+ | ------------------ | ------------------------------------------------------------------------------------------------------- |
24
+ | WSGI | [ wsgi-graphql] ( https://github.com/moritzmhmk/wsgi-graphql ) |
25
+ | Responder | [ responder.ext.graphql] ( https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py ) |
25
26
26
27
## Other integrations using GraphQL-Core or Graphene
27
28
28
- | Server integration | Package |
29
- | ---| ---|
30
- | Django | [ graphene-django] ( https://github.com/graphql-python/graphene-django/ ) |
29
+ | Server integration | Package |
30
+ | ------------------ | --------------------------------------------------------------------- |
31
+ | Django | [ graphene-django] ( https://github.com/graphql-python/graphene-django/ ) |
31
32
32
33
## Documentation
33
34
34
35
The ` graphql_server ` package provides these public helper functions:
35
36
36
- * ` run_http_query `
37
- * ` encode_execution_results `
38
- * ` load_json_body `
39
- * ` json_encode `
40
- * ` json_encode_pretty `
37
+ - ` run_http_query `
38
+ - ` encode_execution_results `
39
+ - ` load_json_body `
40
+ - ` json_encode `
41
+ - ` json_encode_pretty `
41
42
42
43
** NOTE:** the ` json_encode_pretty ` is kept as backward compatibility change as it uses ` json_encode ` with ` pretty ` parameter set to ` True ` .
43
44
@@ -50,4 +51,5 @@ blueprint to build your own integration or GraphQL server implementations.
50
51
Please let us know when you have built something new, so we can list it here.
51
52
52
53
## Contributing
54
+
53
55
See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
0 commit comments