added phone and country to company display

This commit is contained in:
2022-03-07 14:28:04 +01:00
parent 220b558cdf
commit ecf963bb62
6 changed files with 84 additions and 29 deletions

View File

@@ -184,7 +184,7 @@ type Company {
website: Link
departement: String
email: String
address: Address
country: Country
phone: String
infos: String
}
@@ -217,6 +217,10 @@ type Address {
family_name: String
}
type Country {
country_code: String
country_name: String
}
type Date {
start: String