Resolves #1418
Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_sri param to render_graphiql function of the GraphQlView
The problem:
The param graphiql_plugin_explorer_css_sri is used in graphene_django/templates/graphene/graphiql.html (this snippet) but doesn't set when send params to render graphiql here.
I had this problem locally.
so, I only add a line to the view.py
Resolves #1418 Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_sri param to render_graphiql function of the GraphQlView
The problem: The param
graphiql_plugin_explorer_css_sri
is used ingraphene_django/templates/graphene/graphiql.html
(this snippet) but doesn't set when send params to render graphiql here.I had this problem locally. so, I only add a line to the view.py
Thanks for your attempts.