On this pageTowntype Town { id: ID! districtId: String! name: String! order: Float}CopyFieldsidID!requireddistrictIdString!requiredID indicating which district the town belongs to.nameString!requiredTown's name.orderFloatSpecifies the order of towns.