Skip to content

Commit 1bddae1

Browse files
authored
Merge pull request #214 from khankuan/patch-3
Updated graphiql version for new features
2 parents 6ad64dd + 2790f3b commit 1bddae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def instantiate_middleware(middlewares):
5353

5454

5555
class GraphQLView(View):
56-
graphiql_version = '0.7.8'
56+
graphiql_version = '0.10.2'
5757
graphiql_template = 'graphene/graphiql.html'
5858

5959
schema = None

0 commit comments

Comments
 (0)