capital_social and numero_tva_intracommunautaire can be null
This commit is contained in:
parent
2c724cbec3
commit
bee66d41c4
2 changed files with 4 additions and 4 deletions
|
@ -1089,7 +1089,7 @@ type Entreprise {
|
|||
"""
|
||||
capital social de l’entreprise. -1 si inconnu.
|
||||
"""
|
||||
capitalSocial: BigInt!
|
||||
capitalSocial: BigInt
|
||||
codeEffectifEntreprise: String
|
||||
dateCreation: ISO8601Date!
|
||||
|
||||
|
@ -1107,7 +1107,7 @@ type Entreprise {
|
|||
inlineAdresse: String!
|
||||
nom: String
|
||||
nomCommercial: String!
|
||||
numeroTvaIntracommunautaire: String!
|
||||
numeroTvaIntracommunautaire: String
|
||||
prenom: String
|
||||
raisonSociale: String!
|
||||
siren: String!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue