Skip to content

Instantly share code, notes, and snippets.

@rauljordan
Created September 27, 2017 02:43
Show Gist options
  • Save rauljordan/daf43a4fd5d5fd5ca1b7ef21ba00a2a1 to your computer and use it in GitHub Desktop.
Save rauljordan/daf43a4fd5d5fd5ca1b7ef21ba00a2a1 to your computer and use it in GitHub Desktop.
{
scrape(url: 'https://google.com') {
div(id: 'header') {
ul {
li {
a {
href
content
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment