mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-15 15:25:35 +03:00
* Update the GraphiQL template to use the latest versions of react, react-dom, graphiql, and (new) subscriptions-transport-ws. * Add support for websocket connections and subscriptions to the GraphiQL template. * Add a `SUBSCRIPTION_URL` configuration option to allow GraphiQL to route subscriptions to a different path (allowing for more advanced infrastructure scenarios). * Update the README to include some starting points for implementing subscriptions and configuring `SUBSCRIPTION_URL`. |
||
|---|---|---|
| .. | ||
| debug | ||
| filter | ||
| forms | ||
| management | ||
| rest_framework | ||
| static/graphene_django | ||
| templates/graphene | ||
| tests | ||
| utils | ||
| __init__.py | ||
| compat.py | ||
| conftest.py | ||
| converter.py | ||
| fields.py | ||
| registry.py | ||
| settings.py | ||
| types.py | ||
| views.py | ||