expose effectif_annuel dans api graphql
This commit is contained in:
parent
453adf3c74
commit
792e755af9
6 changed files with 36 additions and 21 deletions
|
@ -687,23 +687,24 @@ enum DossierState {
|
|||
}
|
||||
|
||||
type Effectif {
|
||||
"""
|
||||
Année de l'effectif mensuel
|
||||
"""
|
||||
annee: String!
|
||||
|
||||
"""
|
||||
Mois de l'effectif mensuel
|
||||
"""
|
||||
mois: String!
|
||||
nb: Float!
|
||||
periode: String!
|
||||
}
|
||||
|
||||
type Entreprise {
|
||||
capitalSocial: BigInt!
|
||||
codeEffectifEntreprise: String!
|
||||
dateCreation: ISO8601Date!
|
||||
effectifs: [Effectif!]!
|
||||
|
||||
"""
|
||||
effectif moyen d'une année
|
||||
"""
|
||||
effectifAnnuel: Effectif
|
||||
|
||||
"""
|
||||
effectif pour un mois donné
|
||||
"""
|
||||
effectifMensuel: Effectif
|
||||
formeJuridique: String!
|
||||
formeJuridiqueCode: String!
|
||||
inlineAdresse: String!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue