Split GraphQL as separate context
This commit is contained in:
@@ -52,7 +52,7 @@ defmodule MobilizonWeb.Router do
|
||||
pipe_through(:graphql)
|
||||
|
||||
forward("/", Absinthe.Plug,
|
||||
schema: MobilizonWeb.Schema,
|
||||
schema: Mobilizon.GraphQL.Schema,
|
||||
analyze_complexity: true,
|
||||
max_complexity: 200
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user