Skip to content
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
@rwilliams-r7

Description

@rwilliams-r7

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions