Skip to content

Instantly share code, notes, and snippets.

@katopz
Created December 2, 2016 09:37
Show Gist options
  • Save katopz/6d321c0558e6560d7413094bd039160d to your computer and use it in GitHub Desktop.
Save katopz/6d321c0558e6560d7413094bd039160d to your computer and use it in GitHub Desktop.
How to query gdom
// try this at https://github.com/syrusakbary/gdom
{
page(url: "https://preactjs.com") {
title
html
items: query(selector:"link") {
url: attr(name:"href")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment