On this pageCustomerAddressCitytype CustomerAddressCity { id: String code: String name: String!}CopyFieldsidStringcodeStringThe two-letter country code corresponding to the customer's country.nameString!requiredThe customer's normalized city name.