rmosolgo / graphiql-rails

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

Escape double quotes in initial_query #26

Closed exAspArk closed 7 years ago

exAspArk commented 7 years ago

Hey,

I'm trying to use a basic initial query with variables in it. Something like:

query {
  post(id: "UUID") {
    title
  }
}

This PR:

rmosolgo commented 7 years ago

Very nice, released as 1.4.4 :ship: !

exAspArk commented 7 years ago

@rmosolgo thank you! 👍