]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Database/Query/Table/Node/Contact.hs
Merge branch 'dev' into 396-dev-team-management
[gargantext.git] / src / Gargantext / Database / Query / Table / Node / Contact.hs
1 {-|
2 Module : Gargantext.Database.Query.Table.Node.Contact
3 Description : Update Node in Database (Postgres)
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 -}
11
12 module Gargantext.Database.Query.Table.Node.Contact
13 where
14
15 import Gargantext.Database.Admin.Types.Node ( Node)
16 import Gargantext.Database.Admin.Types.Hyperdata.Contact
17
18 ------------------------------------------------------------------------
19
20 type NodeContact = Node HyperdataContact
21
22