Pre-release
This release is a pre-release and may not be stable for production use.
bareASGI-graphql-next
Graphql support for bareASGI (read the documentation)
The controller provides a GraphQL GET and POST route, a WebSocket subscription server, and a Graphiql view.
Installation
Install from the pie shop.
pip install bareasgi-graphql-next
Usage
You can register the graphql controller with the add_graphql_next function.
from bareasgi import Application
from bareasgi_graphql_next import add_graphql_next
import graphql
# Get the schema ...
schema = graphql.GraphQLSchema( ... )
import uvicorn
app = Application()
add_graphql_next(app, schema)
uvicorn.run(app, port=9009)
Release files for bareasgi-graphql-next 3.10.0rc1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bareasgi-graphql-next-3.10.0rc1.tar.gz | 16.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bareasgi_graphql_next-3.10.0rc1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.7 kB
Release files / bareasgi-graphql-next-3.10.0rc1.tar.gz
| Download URL | bareasgi-graphql-next-3.10.0rc1.tar.gz |
|---|---|
| Size | 16.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73144b7eaba22dd9e7fd27762fe3c82fb8090ab8b04cfe20b2d6a2428c6258d4
|
|
BLAKE2b-256 checksum How to use checksums |
492dc4b5e07745c0bdd46fdc9f5c22dc34775759989b1d79c906aca15b861653
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.4 Linux/4.10.0-33-generic
|
Release files / bareasgi_graphql_next-3.10.0rc1-py3-none-any.whl
| Download URL | bareasgi_graphql_next-3.10.0rc1-py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c84271daa857c7a9261b6c6ae7df4f8b4102734b454098829e657ad40458bc5
|
|
BLAKE2b-256 checksum How to use checksums |
f1de1ff5d1ce844a1c72b4e437f04f33606f5f4fcc53f671e74b3532a771f1b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.4 Linux/4.10.0-33-generic
|