Skip to main content

GraphQL support for the bareASGI framework

Project description

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

If you wish to install with the grapheme option:

pip install 'bareasgi-graphql-next[graphene]'

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)

Development

To develop with the graphene optional package:

poetry install --extras graphene

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bareasgi-graphql-next-3.12.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bareasgi_graphql_next-3.12.1-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file bareasgi-graphql-next-3.12.1.tar.gz.

File metadata

  • Download URL: bareasgi-graphql-next-3.12.1.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.2 Linux/5.4.0-47-generic

File hashes

Hashes for bareasgi-graphql-next-3.12.1.tar.gz
Algorithm Hash digest
SHA256 0d140f44694c42900904ca42ca14e9cb7fc568deed1659a6946001d4047e3b82
MD5 8d956d0fc417ca37a83e134a5692738e
BLAKE2b-256 d5c14e7e66707182a0039aa0b954fc7afe451fc95e3e428c7e60623695a72db0

See more details on using hashes here.

File details

Details for the file bareasgi_graphql_next-3.12.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bareasgi_graphql_next-3.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b1ad7bfcd478c15984c08f63c23a09d0083fce79099cf3b1f6b583b6f5132b01
MD5 cf727344a10467328b96d78f59cf3ec5
BLAKE2b-256 5ad16236795a6918a19ed32717d4ea7f87c7220f883e97bb961eb6a651c4b6a3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page