On this pageStockLocationAddressCitytype StockLocationAddressCity { id: String code: String name: String!}CopyFieldsidStringIt is the id of the city of the address.codeStringIt is the code of the city of the address.nameString!requiredIt is the name of the city of the address.