diff --git a/lib/web/router.ex b/lib/web/router.ex index 4edc0a518..915ac241e 100644 --- a/lib/web/router.ex +++ b/lib/web/router.ex @@ -156,7 +156,10 @@ defmodule Mobilizon.Web.Router do scope "/graphiql" do pipe_through(:graphiql) - forward("/", Absinthe.Plug.GraphiQL, schema: Mobilizon.GraphQL.Schema) + forward("/", Absinthe.Plug.GraphiQL, + schema: Mobilizon.GraphQL.Schema, + interface: :playground + ) end scope "/", Mobilizon.Web do