Let's try to make this happen: https://twitter.com/upNic/status/1440450181980295175
$ yarn && yarn start
{
hackernews: scraper(url: "https://news.ycombinator.com/") {
url
news: selectList(of:"tr.athing") {
title: selectString(of:"a")
link: selectString(of:"td.title > a", attribute:"href")
}
}
}