Fix graphiql explorer styles by sending missing param to render_graphiql by mnasiri · Pull Request #1460 · graphql-python/graphene-django

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

Thanks for your attempts.