rmosolgo / graphiql-rails

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

Configure http method used #3

Closed brianstorti closed 7 years ago

brianstorti commented 8 years ago

With this change we should be able to define a graphql_method that will be used to send requests to the graph endpoint.

Closes #2

alexgraffeocohen commented 5 years ago

I was curious to know why this Pull Request was closed without merging. We are using the graphql-ruby gem and have configured our queries to be GETs. We would love to continue using the graphiql-rails gem, but we would need the option to configure the http method.

I would be happy to help get this merged if it was a bandwidth issue, or is there something else going on that prevents this approach from working?