graphene-django/graphene_django
Eric Abruzzese ab569ea2d6 Update GraphiQL, add GraphiQL subscription support
* 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`.
2020-07-11 19:25:44 -04:00
..
debug Fix hasNextPage - revert to count. Fix after (#986) 2020-06-25 13:00:24 +01:00
filter Fix filtering with GlobalIDFilter (#977) 2020-06-25 12:56:06 +01:00
forms Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
management Disable system checks for graphql_schema management command (#939) 2020-04-19 20:42:00 +01:00
rest_framework Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
static/graphene_django Update GraphiQL, add GraphiQL subscription support 2020-07-11 19:25:44 -04:00
templates/graphene Update GraphiQL, add GraphiQL subscription support 2020-07-11 19:25:44 -04:00
tests Do not break when after is greater than list_length (#999) 2020-07-09 18:01:22 +01:00
utils Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
__init__.py v2.11.1 2020-07-09 18:02:01 +01:00
compat.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
converter.py Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
fields.py Do not break when after is greater than list_length (#999) 2020-07-09 18:01:22 +01:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Update GraphiQL, add GraphiQL subscription support 2020-07-11 19:25:44 -04:00
types.py Do not access the internals of SimpleLazyObject (#945) 2020-05-09 17:35:09 +01:00
views.py Update GraphiQL, add GraphiQL subscription support 2020-07-11 19:25:44 -04:00