This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
[Breaking graphiql Bug] Cannot load graphiql with new resource location #83
Closed
Description
New resource location does not load within graphiql.html. Reference's seem to need to be updated to
<script src="./static/vendor/es6-promise.auto.min.js"></script>
<script src="./static/vendor/fetch.min.js"></script>
<script src="./static/vendor/react.min.js"></script>
<script src="./static/vendor/react-dom.min.js"></script>
<link rel="stylesheet" href="./static/vendor/graphiql.min.css" />
<script src="./static/vendor/graphiql.min.js"></script>
Without this change the graphiql page does not load.
Metadata
Metadata
Assignees
Labels
No labels