Offline-compatible GraphiQL for Graphene-Django
Project description
Graphene-Django-GraphiQL-Static provides an offline-compatible GraphiQL web UI for Graphene-Django projects. It ensures uninterrupted GraphQL query exploration by serving all necessary assets locally, making it reliable even during internet outages.
Documentation
The full documentation is at https://graphene-django-graphiql-static.readthedocs.io.
Quickstart
Install graphene-django-graphiql-static:
pip install graphene-django-graphiql-static
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
# Other installed apps
'graphene_django_graphiql_static.apps.GrapheneDjangoGraphiqlStaticConfig',
)
Add graphene-django-graphiql-static’s URL patterns:
from graphene_django_graphiql_static import urls as graphene_django_graphiql_static_urls
urlpatterns = [
# Other installed apps
url(r'^', include(graphene_django_graphiql_static_urls)),
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file graphene_django_graphiql_static-0.6.tar.gz.
File metadata
- Download URL: graphene_django_graphiql_static-0.6.tar.gz
- Upload date:
- Size: 634.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89aa90a2399326a2237c2b9d96dddec3135dd658aee15714d4de68e956f42ffb
|
|
| MD5 |
19cd87d5742b4ca09c5b67910e8a92c1
|
|
| BLAKE2b-256 |
47e5698c5b794bcfa999737a64b66548276ae270641513cbcc1c899fbc82deb0
|
File details
Details for the file graphene_django_graphiql_static-0.6-py3-none-any.whl.
File metadata
- Download URL: graphene_django_graphiql_static-0.6-py3-none-any.whl
- Upload date:
- Size: 637.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8b0b3f037dfdf1a0871e4e3e2f4d2b23de21f013f217a5436721362e51de819
|
|
| MD5 |
d042df04385f8ded77e7c1895bd8015a
|
|
| BLAKE2b-256 |
83d51735f654dd8a67f90eaec8988fd277e72a140d1a9a3ebf6cedb075a79219
|