Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Last active March 12, 2018 03:14
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 tgrecojs/0836301166b7f2fdc494b3debc46542f to your computer and use it in GitHub Desktop.
Save tgrecojs/0836301166b7f2fdc494b3debc46542f to your computer and use it in GitHub Desktop.
query API {
post1: BlogPosts(id: "5aa48ebb5150d400139136c9") {
postBody
description
_meta {
name
}
}
post2: BlogPosts(id : "5aa4a49c106e4d0013bf87d8") {
postBody
description
_meta {
name
}
}
post3: BlogPosts(id : "5aa4a49c106e4d0013bf87d8") {
postBody
description
_meta {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment