Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 30, 2016 21:34
Show Gist options
  • Save clayallsopp/299a6083f74a2208d871e03c6fa4e525 to your computer and use it in GitHub Desktop.
Save clayallsopp/299a6083f74a2208d871e03c6fa4e525 to your computer and use it in GitHub Desktop.
POST https://www.graphqlhub.com/graphql
{
"query":"query ($username: String!){
reddit {
user(username: $username) {
username
commentKarma
createdISO
}
}
}",
"variables":"{
\"username\":\"kn0thing\"
}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment