You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?