Skip to content

Commit 76ba892

Browse files
authored
fix: GraphiQL Explorer Plugin CDN URL (#101)
* Fix GraphiQL explorer plugin CDN URL * Add changelog entry
1 parent b46cbcc commit 76ba892

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Fixed
2121

22+
- Changed GraphiQL Explorer Plugin CDN URL due to upstream renaming
23+
2224
### Removed
2325

2426
## Version 0.6.0 - 2023-06-23

app/graphiql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
2626

2727
<script crossorigin src="https://unpkg.com/graphiql/graphiql.min.js"></script>
28-
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer/dist/graphiql-plugin-explorer.umd.js"></script>
28+
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"></script>
2929

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

0 commit comments

Comments
 (0)