graphql-elixir/plug_graphql

Extract GraphiQL from core Endpoint plug

joshprice opened this issue · 1 comments

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

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