[graph] fixes to the clone endpoint
[gargantext.git] / src / Gargantext / Database / Query / Table / Node / Children.hs
index 91e353cd06a5c39ff22f49d6f903a11d54d66a23..506a26aa6041416356004e80490611fffe282ef6 100644 (file)
@@ -30,10 +30,13 @@ import Gargantext.Database.Schema.Node
 import Opaleye
 import Protolude
 
+
+-- TODO getAllTableDocuments
 getAllDocuments :: ParentId -> Cmd err (TableResult (Node HyperdataDocument))
 getAllDocuments pId = getAllChildren pId (Proxy :: Proxy HyperdataDocument)
                                          (Just NodeDocument)
 
+-- TODO getAllTableContacts
 getAllContacts :: ParentId -> Cmd err (TableResult (Node HyperdataContact))
 getAllContacts pId = getAllChildren pId (Proxy :: Proxy HyperdataContact)
                                         (Just NodeContact)