Skip to content

Instantly share code, notes, and snippets.

@hash32bot
Created December 25, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hash32bot/f8ca57738dbe3a7233f2f60001f5a42d to your computer and use it in GitHub Desktop.
Save hash32bot/f8ca57738dbe3a7233f2f60001f5a42d to your computer and use it in GitHub Desktop.
Graphql Query response - Graphql Sinatra App - http://bit.ly/2V9p6OL
{
"data": {
"speakers": [
{
"name": "John",
"twitterHandle": "johnruby",
"bio": "This is John's bio"
},
{
"name": "Jacob",
"twitterHandle": "jacob-ruby",
"bio": "This is Jacob\\'s bio"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment