Skip to content

Commit

Permalink
Bump @graphiql/plugin-explorer version to ^3
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma committed Jul 31, 2024
1 parent 92f6d8e commit 68b833e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</style>

<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
<link rel="stylesheet" href="https://unpkg.com/@graphiql/plugin-explorer@1/dist/style.css" />
<link rel="stylesheet" href="https://unpkg.com/@graphiql/plugin-explorer@3/dist/style.css" />
</head>

<body>
Expand All @@ -25,7 +25,7 @@
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>

<script crossorigin src="https://unpkg.com/graphiql@3/graphiql.min.js"></script>
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer@1/dist/index.umd.js"></script>
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer@3/dist/index.umd.js"></script>

<script>
const fetcher = GraphiQL.createFetcher({ url: '' })
Expand Down

0 comments on commit 68b833e

Please sign in to comment.