add effectif mensuel to graphql api
This commit is contained in:
parent
1165f8483d
commit
149b98007f
7 changed files with 46 additions and 1 deletions
|
@ -102,6 +102,9 @@ class Etablissement < ApplicationRecord
|
|||
raison_sociale: entreprise_raison_sociale,
|
||||
siret_siege_social: entreprise_siret_siege_social,
|
||||
code_effectif_entreprise: entreprise_code_effectif_entreprise,
|
||||
effectif_mensuel: entreprise_effectif_mensuel,
|
||||
effectif_mois: entreprise_effectif_mois,
|
||||
effectif_annee: entreprise_effectif_annee,
|
||||
date_creation: entreprise_date_creation,
|
||||
nom: entreprise_nom,
|
||||
prenom: entreprise_prenom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue