jaydenwindle / django-graphql-playground

Apollo GraphQL Playground as a Django view
MIT License
13 stars 3 forks source link

Adds `GraphenePlaygroundView` #9

Open ventorvar opened 4 years ago

ventorvar commented 4 years ago

GraphenePlaygroundView can be used to replace GraphQLView from graphene_django to use the playground view instead of GraphiQL view.

ventorvar commented 4 years ago

btw, not super happy with the naming convention, so feel free to change that.