Skip to main content

Town

type Town {
id: ID!
districtId: String!
name: String!
order: Float
}

Fields

idID!required
districtIdString!required

ID indicating which district the town belongs to.

nameString!required

Town's name.

orderFloat

Specifies the order of towns.