graphql-elixir / plug_graphql

Plug (Phoenix) integration for GraphQL Elixir
Other
126 stars 7 forks source link

Allowing GraphiQL to handle rendering when there is no query passed in #17

Closed aweiker closed 8 years ago

aweiker commented 8 years ago

This will allow a pure GET request to the GraphQL endpoint and return back the GraphiQL interface without any queries defined.

joshprice commented 8 years ago

Thanks! Will modify this to add some instructions and update the GraphiQL version also