[FIX] Patch Scores: Nothing Nothing case
[gargantext.git] / src / Gargantext / API / Node / Get.hs
index 30d866cbfd721a0abf36374fd2ef9189c3bbcdb2..50ec2aa701e98a463183c1f8d92144b2fae7936a 100644 (file)
@@ -18,19 +18,20 @@ Polymorphic Get Node API
 module Gargantext.API.Node.Get
       where
 
--- import Gargantext.API.Admin.Settings (HasSettings)
+-- import Gargantext.API.Admin.Types (HasSettings)
 -- import Servant.Job.Async (JobFunction(..), serveJobsAPI)
 -- import Test.QuickCheck (elements)
 -- import Gargantext.Database.Action.Flow.Types (FlowCmdM)
 import Data.Aeson
 import Data.Swagger
 import GHC.Generics (Generic)
+import Servant
+import Test.QuickCheck.Arbitrary
+
 import Gargantext.API.Prelude
 import Gargantext.Database.Admin.Types.Node
-import Gargantext.Database.Query.Table.Node (JSONB{-, getNodeWith-})
+import Gargantext.Database.Prelude (JSONB{-, getNodeWith-})
 import Gargantext.Prelude
-import Servant
-import Test.QuickCheck.Arbitrary
 
 ------------------------------------------------------------------------
 type API a = Summary "Polymorphic Get Node Endpoint"