jaydenwindle / graphene-subscriptions

A plug-and-play GraphQL subscription implementation for Graphene + Django built using Django Channels.
MIT License
115 stars 15 forks source link

Add GraphiQL compatibility #9

Open jaydenwindle opened 4 years ago

jaydenwindle commented 4 years ago

Right now graphene-subscriptions isn't compatible with the default GraphiQL setup that ships with graphene. This is often confusing for new users (see #1).

It would be awesome if this library could expose a GraphQLView class that supports subscriptions by default.