Skip to main content

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


Download files

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

Source Distribution

graphene_django_graphiql_static-0.6.tar.gz (634.4 kB view details)

Uploaded Source

Built Distribution

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

graphene_django_graphiql_static-0.6-py3-none-any.whl (637.2 kB view details)

Uploaded Python 3

File details

Details for the file graphene_django_graphiql_static-0.6.tar.gz.

File metadata

File hashes

Hashes for graphene_django_graphiql_static-0.6.tar.gz
Algorithm Hash digest
SHA256 89aa90a2399326a2237c2b9d96dddec3135dd658aee15714d4de68e956f42ffb
MD5 19cd87d5742b4ca09c5b67910e8a92c1
BLAKE2b-256 47e5698c5b794bcfa999737a64b66548276ae270641513cbcc1c899fbc82deb0

See more details on using hashes here.

File details

Details for the file graphene_django_graphiql_static-0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for graphene_django_graphiql_static-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b8b0b3f037dfdf1a0871e4e3e2f4d2b23de21f013f217a5436721362e51de819
MD5 d042df04385f8ded77e7c1895bd8015a
BLAKE2b-256 83d51735f654dd8a67f90eaec8988fd277e72a140d1a9a3ebf6cedb075a79219

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