graphql-elixir / plug_graphql

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

Extract GraphiQL from core Endpoint plug #16

Closed joshprice closed 8 years ago

joshprice commented 8 years ago

GraphiQL functionality is coupled with core graphql plug functionality should be separated

joshprice commented 8 years ago

GraphiQL is unlikely to be deployed in prod (by default), but should be on in other environments.

It should be separated out from the Endpoint plug and configurable on it's own.

This affects #5