cities

@SchemaMapping(field = "cities", typeName = "Query")
fun cities(@Argument limit: Int? = null, @Argument offset: Int? = null): List<CityDto>?