TypesObjects
CompanyAddress
No description
type CompanyAddress {
addressLine: String
city: String
postalCode: String
country: String
addressType: String
}Fields
addressLine String scalar
city String scalar
postalCode String scalar
country String scalar
addressType String scalar
Member Of
CompanyInformationData object