added phone and country to company display
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user