Skip to content

Commit

Permalink
Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_…
Browse files Browse the repository at this point in the history
…sri param to render_graphiql function of the GraphQlView (#1418) (#1460)
  • Loading branch information
mnasiri committed Sep 13, 2023
1 parent ee7560f commit 83d3d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphene_django/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def dispatch(self, request, *args, **kwargs):
subscriptions_transport_ws_sri=self.subscriptions_transport_ws_sri,
graphiql_plugin_explorer_version=self.graphiql_plugin_explorer_version,
graphiql_plugin_explorer_sri=self.graphiql_plugin_explorer_sri,
graphiql_plugin_explorer_css_sri=self.graphiql_plugin_explorer_css_sri,
# The SUBSCRIPTION_PATH setting.
subscription_path=self.subscription_path,
# GraphiQL headers tab,
Expand Down

0 comments on commit 83d3d27

Please sign in to comment.