mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_sri param to render_graphiql function of the GraphQlView (#1418) (#1460)
This commit is contained in:
parent
ee7560f629
commit
83d3d27f14
|
@ -167,6 +167,7 @@ class GraphQLView(View):
|
||||||
subscriptions_transport_ws_sri=self.subscriptions_transport_ws_sri,
|
subscriptions_transport_ws_sri=self.subscriptions_transport_ws_sri,
|
||||||
graphiql_plugin_explorer_version=self.graphiql_plugin_explorer_version,
|
graphiql_plugin_explorer_version=self.graphiql_plugin_explorer_version,
|
||||||
graphiql_plugin_explorer_sri=self.graphiql_plugin_explorer_sri,
|
graphiql_plugin_explorer_sri=self.graphiql_plugin_explorer_sri,
|
||||||
|
graphiql_plugin_explorer_css_sri=self.graphiql_plugin_explorer_css_sri,
|
||||||
# The SUBSCRIPTION_PATH setting.
|
# The SUBSCRIPTION_PATH setting.
|
||||||
subscription_path=self.subscription_path,
|
subscription_path=self.subscription_path,
|
||||||
# GraphiQL headers tab,
|
# GraphiQL headers tab,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user