Skip to content

Commit 83d3d27

Browse files
authoredSep 13, 2023
Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_sri param to render_graphiql function of the GraphQlView (#1418) (#1460)
1 parent ee7560f commit 83d3d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎graphene_django/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def dispatch(self, request, *args, **kwargs):
167167
subscriptions_transport_ws_sri=self.subscriptions_transport_ws_sri,
168168
graphiql_plugin_explorer_version=self.graphiql_plugin_explorer_version,
169169
graphiql_plugin_explorer_sri=self.graphiql_plugin_explorer_sri,
170+
graphiql_plugin_explorer_css_sri=self.graphiql_plugin_explorer_css_sri,
170171
# The SUBSCRIPTION_PATH setting.
171172
subscription_path=self.subscription_path,
172173
# GraphiQL headers tab,

0 commit comments

Comments
 (0)