Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 30, 2016 21:35
Show Gist options
  • Save clayallsopp/a0044f51df6142d7faa01981189cc3ed to your computer and use it in GitHub Desktop.
Save clayallsopp/a0044f51df6142d7faa01981189cc3ed to your computer and use it in GitHub Desktop.
query ($username: String = "GovSchwarzenegger"){
reddit {
user(username: $username) {
username
commentKarma
createdISO
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment