We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb5cd6 commit 132070dCopy full SHA for 132070d
flask_graphql/graphqlview.py
@@ -65,7 +65,7 @@ def render_graphiql(self, **kwargs):
65
graphiql_version=self.graphiql_version,
66
graphiql_template=self.graphiql_template,
67
**kwargs
68
- ):
+ )
69
70
def dispatch_request(self):
71
try:
0 commit comments