Skip to content

Instantly share code, notes, and snippets.

@bangrrrt
Last active January 22, 2021 22:32
Show Gist options
  • Save bangrrrt/15e306c8b8a0cae293006d2771d65f39 to your computer and use it in GitHub Desktop.
Save bangrrrt/15e306c8b8a0cae293006d2771d65f39 to your computer and use it in GitHub Desktop.
query($terms: String!) {
query(terms: $terms) {
results {
count
source
results {
title
url
publication {
name
}
year
date
authors {
name
}
numCitedBy
pids {
doi
arxiv
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment