add effectif mensuel to graphql api

This commit is contained in:
Christophe Robillard 2020-04-21 15:52:08 +02:00
parent 1165f8483d
commit 149b98007f
7 changed files with 46 additions and 1 deletions

View file

@ -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,