Skip to content

Instantly share code, notes, and snippets.

@ronal2do
Created September 11, 2016 05:49
Show Gist options
  • Save ronal2do/35d5e33c9a6efc5b23d336e0610314d3 to your computer and use it in GitHub Desktop.
Save ronal2do/35d5e33c9a6efc5b23d336e0610314d3 to your computer and use it in GitHub Desktop.
{
"query": "mutation ($data: BlogPostInput!) { addBlogPost(data: $data) }",
"variables":{
"data":{
"_id":"67e38d557bb1237571b2147e",
"title":"teste",
"description":"teste description"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment