Skip to content

docs: add graphql-server logo #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include CONTRIBUTING.md
include codecov.yml
include tox.ini

recursive-include docs *.md
recursive-include docs *.md *.svg

graft tests
prune bin
Expand Down
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GraphQL-Server
<img src="./docs/_static/graphql-server-logo.svg" height="128px">

[![PyPI version](https://badge.fury.io/py/graphql-server-core.svg)](https://badge.fury.io/py/graphql-server-core)
[![Build Status](https://travis-ci.org/graphql-python/graphql-server-core.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-server-core)
Expand All @@ -10,34 +10,35 @@ for building GraphQL servers or integrations into existing web frameworks using

## Integrations built with GraphQL-Server

| Server integration | Docs |
|---|---|
| Flask | [flask](docs/flask.md) |
| Sanic |[sanic](docs/sanic.md) |
| AIOHTTP | [aiohttp](docs/aiohttp.md) |
| WebOb (Pyramid, TurboGears) | [webob](docs/webob.md) |
| Server integration | Docs |
| --------------------------- | -------------------------- |
| Flask | [flask](docs/flask.md) |
| Sanic | [sanic](docs/sanic.md) |
| AIOHTTP | [aiohttp](docs/aiohttp.md) |
| WebOb (Pyramid, TurboGears) | [webob](docs/webob.md) |

## Other integrations built with GraphQL-Server

| Server integration | Package |
| WSGI | [wsgi-graphql](https://github.com/moritzmhmk/wsgi-graphql) |
| Responder | [responder.ext.graphql](https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py) |
| Server integration | Package |
| ------------------ | ------------------------------------------------------------------------------------------------------- |
| WSGI | [wsgi-graphql](https://github.com/moritzmhmk/wsgi-graphql) |
| Responder | [responder.ext.graphql](https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py) |

## Other integrations using GraphQL-Core or Graphene

| Server integration | Package |
|---|---|
| Django | [graphene-django](https://github.com/graphql-python/graphene-django/) |
| Server integration | Package |
| ------------------ | --------------------------------------------------------------------- |
| Django | [graphene-django](https://github.com/graphql-python/graphene-django/) |

## Documentation

The `graphql_server` package provides these public helper functions:

* `run_http_query`
* `encode_execution_results`
* `load_json_body`
* `json_encode`
* `json_encode_pretty`
- `run_http_query`
- `encode_execution_results`
- `load_json_body`
- `json_encode`
- `json_encode_pretty`

**NOTE:** the `json_encode_pretty` is kept as backward compatibility change as it uses `json_encode` with `pretty` parameter set to `True`.

Expand All @@ -50,4 +51,5 @@ blueprint to build your own integration or GraphQL server implementations.
Please let us know when you have built something new, so we can list it here.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)
1 change: 1 addition & 0 deletions docs/_static/graphql-server-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.