Skip to main content

Integrate GraphiQL easily into your Django project

Project description

Django GraphiQL is a library for integrating GraphiQL inside your Django project, so you can test your GraphQL schemas easily.

This library versioning go in partity with GraphiQL.

Installing

For installing this library just run in your favorite shell:

pip install django-graphiql

Configuring

In settings.py add 'django_graphiql' into INSTALLED_APPS, so it will look like

INSTALLED_APPS = [
    # ...
    'django_graphiql',
    # ...
]

And then, add into your urls.py:

urlpatterns = [
    # Your other urls...
    url(r'^graphiql', include('graphiql.urls')),
]

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

django-graphiql-0.3.1.8.tar.gz (164.4 kB view details)

Uploaded Source

File details

Details for the file django-graphiql-0.3.1.8.tar.gz.

File metadata

File hashes

Hashes for django-graphiql-0.3.1.8.tar.gz
Algorithm Hash digest
SHA256 63fd3eb01315fc6b96b806f54560dbb366ca733081a898ee231d705558b50993
MD5 3e4a55e6010efb4cb2220eceee38034c
BLAKE2b-256 f3c50af7ae604867b901d5bfdf0738473634a8bf0487e261f9b3b312ecb38324

See more details on using hashes here.

Provenance

Supported by

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