We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7560f commit 83d3d27Copy full SHA for 83d3d27
1 file changed
graphene_django/views.py
@@ -167,6 +167,7 @@ def dispatch(self, request, *args, **kwargs):
167
subscriptions_transport_ws_sri=self.subscriptions_transport_ws_sri,
168
graphiql_plugin_explorer_version=self.graphiql_plugin_explorer_version,
169
graphiql_plugin_explorer_sri=self.graphiql_plugin_explorer_sri,
170
+ graphiql_plugin_explorer_css_sri=self.graphiql_plugin_explorer_css_sri,
171
# The SUBSCRIPTION_PATH setting.
172
subscription_path=self.subscription_path,
173
# GraphiQL headers tab,
0 commit comments