graphiql-rails icon indicating copy to clipboard operation
graphiql-rails copied to clipboard

Mount the GraphiQL query editor in a Rails app

Results 12 graphiql-rails issues
Sort by recently updated
recently updated
newest added

thank you for maintaining this gem. i need your help 😄 `uninitialized constant GraphiQL (NameError)` occurs when i execute `rails s`. error log is below. ``` /app/config/routes.rb:5:in `block in ':...

GraphiQL has support for themes: https://github.com/graphql/graphiql/tree/main/packages/graphiql#theming Is there any way to set themes when using graphiql-rails? It doesn't appear to be exposed in the existing configuration options.

This issue looks like a zombie of #13 (Assets are not accessible in API-only app), which was closed a year ago. I followed the advice of jam35L in that issue...

Since the gem hasn't been updated recently, I decided to post this issue in the hopes it helps other people interested in using a newer GraphiQL release. NOTE: This uses...

Problem: When running graphiql-rails and sprockets 4.0.0, accessing graphiql raises `Sprockets::Rails::Helper::AssetNotPrecompiled in GraphiQL::Rails::Editors#show` Following the suggestion of ``` Asset `graphiql/rails/application.css` was not declared to be precompiled in production. Declare links...

I'm setting up my first subscriptions using `graphql-ruby` and `ActionCable`. I'd like to be able to test out my implementation in `graphiql` before proceeding with consuming the new subscription API...

Hi @rmosolgo ! Thanks for your awesome job on GraphQL! I'm trying to use GraphiQL rails with `devise_token_auth` gem and with have the `change_headers_on_each_request` option set to true. So i...

Would much prefer this gem used the following project instead: https://github.com/OlegIlyenko/graphiql-workspace Or at least a guide or something on how to do it...

Is it possible to extend the toolbar as explained in https://github.com/graphql/graphiql#usage-examples ? The end goal would be to be add a dropdown with some example queries. That when click would...

In case we want to use an http verb other than `POST`, it'd be useful to be able to specify it when we mount the engine. Something like: ``` ruby...