[graphql] README updated, some refactoring
[gargantext.git] / src / Gargantext / Database / Query / Table / Node / Error.hs
index 393faa1ded7b574f776b968f1621530ede007bbe..91491b04752dbbeffc2fab31e554ae707a9374eb 100644 (file)
@@ -49,7 +49,7 @@ instance Show NodeError
     show NotImplYet    = "Not implemented yet"
     show ManyParents   = "Too many parents"
     show ManyNodeUsers = "Many userNode/user"
-    show (DoesNotExist n)   = "Node does not exist" <> show n
+    show (DoesNotExist n)   = "Node does not exist (" <> show n <> ")"
     show NeedsConfiguration = "Needs configuration"
     show (NodeError e)      = "NodeError: " <> cs e