| Copyright | (c) CNRS 2017 |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.API.Node.Types
Description
Documentation
data NewWithForm #
Constructors
| NewWithForm | |
Fields
| |
Instances
wf_selection :: Lens' NewWithForm FlowSocialListWith #
wf_name :: Lens' NewWithForm Text #
wf_filetype :: Lens' NewWithForm FileType #
wf_data :: Lens' NewWithForm Text #
data NewWithFile #
Constructors
| NewWithFile | |
Instances
Constructors
| WithQuery | |
Fields
| |
Instances
| Arbitrary WithQuery # | |
| FromJSON WithQuery # | |
| ToJSON WithQuery # | |
Defined in Gargantext.API.Node.Types | |
| Generic WithQuery # | |
| Show WithQuery # | |
| Eq WithQuery # | |
| ToSchema WithQuery # | |
Defined in Gargantext.API.Node.Types Methods declareNamedSchema :: Proxy WithQuery -> Declare (Definitions Schema) NamedSchema # | |
| HasSwagger (WithCustomErrorScheme GargAPI) # | |
Defined in Gargantext.API.Routes | |
| type Rep WithQuery # | |
Defined in Gargantext.API.Node.Types | |
wq_node_id :: Lens' WithQuery Int #
wq_flowListWith :: Lens' WithQuery FlowSocialListWith #