This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
groupher_server_web/schema
groupher_server/cms/helper Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ defmodule GroupherServer.CMS.Helper.Utils do
55 import Ecto.Changeset
66 import Helper.Utils , only: [ get_config: 2 ]
77
8- alias GroupherServer.CMS
9-
108 @ article_threads get_config ( :article , :threads )
119 @ article_fields @ article_threads |> Enum . map ( & :"#{ & 1 } _id" )
1210
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ defmodule GroupherServerWeb.Schema.Helper.Fields do
66 import Absinthe.Resolution.Helpers , only: [ dataloader: 2 ]
77
88 alias GroupherServer.CMS
9- alias GroupherServerWeb.Middleware , as: M
10- alias GroupherServerWeb.Resolvers , as: R
119
1210 @ page_size get_config ( :general , :page_size )
1311
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
88 import GroupherServerWeb.Schema.Helper.Objects
99
1010 import Ecto.Query , warn: false
11- import Absinthe.Resolution.Helpers , only: [ dataloader: 2 , on_load: 2 ]
11+ import Absinthe.Resolution.Helpers , only: [ dataloader: 2 ]
1212
1313 alias GroupherServer.CMS
1414 alias GroupherServerWeb.Schema
You can’t perform that action at this time.
0 commit comments