rmosolgo / graphiql-rails

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

Add instructions for using graphiql in Rails 6 API. #81

Closed onedebos closed 3 years ago

onedebos commented 4 years ago

I added instructions on how to use graphiql inside Rails 6 when in API mode. Simply uncommenting require sprockets like in Rails 5 will not work as the user will get back an error asking for a manifest.js file.

rmosolgo commented 3 years ago

Thanks for the suggestion. I went with #84 instead.