jjn1056 / Plack-App-GraphQL

Serve GraphQL from Plack quickly and easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphiql interface does not load

rdsteiner opened this issue · comments

Loading the GraphiQL interface does not work with the current "latest" minified version of graphiql.min.js.

Error:
Cannot use e "__Schema" from another module or realm.

Works with:

  • unminified 'latest' version
  • minified '0.14.2' version

I'll provide a pull request with one workaround.

weird that the unminified latest works, seems like an error in the compaction process. Is there a ticket open on that?

In any case your patch is useful and merged. I'm closing this and cutting a new release in a bit