Skip to content

Commit

Permalink
next upd
Browse files Browse the repository at this point in the history
  • Loading branch information
wlodzimierzyk committed May 6, 2024
1 parent 62fad1c commit c88c755
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Ui.GraphiQL/Internal/graphiql.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
-->
<link
rel="stylesheet"
href="https://unpkg.com/graphiql/graphiql.min.css"
href="https://unpkg.com/[email protected]/graphiql.min.css"
integrity="sha384-yz3/sqpuplkA7msMo0FE4ekg0xdwdvZ8JX9MVZREsxipqjU4h8IRfmAMRcb1QpUy"
crossorigin="anonymous"
/>
<script
Expand Down Expand Up @@ -81,8 +82,9 @@
<body>
<div id="graphiql">Loading...</div>
<script
src="https://unpkg.com/graphiql/graphiql.min.js"
src="https://unpkg.com/graphiql@3.2.0/graphiql.min.js"
type="application/javascript"
integrity="sha384-h7T8iQ4OYtRS2RIWfZ7ahqfNRtVrjc6Uz/gUJjydAV/uWn/HgC5GMnSKmsvNGeUH"
crossorigin="anonymous"
></script>
<script>
Expand Down

0 comments on commit c88c755

Please sign in to comment.