rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Update GraphiQL to 0.11.10, use UMD react files #35

Closed rmosolgo closed 6 years ago

rmosolgo commented 6 years ago

Oops, we want the umd/ files (browser-ready) instead of the cjs files (Node-ready). Turns out, there was a new graphiql release in there too!