Skip to content

Commit

Permalink
Fix graphql/plugin-explorer urls (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Jun 24, 2023
1 parent 71cde72 commit 08af195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/resources/graphql-playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
favored resource bundler.
-->
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet"/>
<link href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.min.css" rel="stylesheet"/>
<link href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css" rel="stylesheet"/>
<style>
.docExplorerWrap {
width: 100% !important;
Expand Down Expand Up @@ -74,7 +74,7 @@
type="application/javascript"
></script>
<script
src="https://unpkg.com/@graphiql/plugin-explorer/dist/graphiql-plugin-explorer.umd.js"
src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"
type="application/javascript"
></script>

Expand Down

0 comments on commit 08af195

Please sign in to comment.