Closed onedebos closed 3 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.
require sprockets
Thanks for the suggestion. I went with #84 instead.
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.