Closed
Description
The links for the external libraries inside GraphiQLs index.html are hardcoded and point to unpkg.com. Because of this it is currently not possible to host an api with /graphiql
enpoint in an offline environment.
It would be great if GraphiQL offline support could be added! Maybe by putting the needed libraries inside the resources folder too, like the graphql-java-kickstart/graphql-spring-boot project.
Or is there currently a known workaround for this problem?