Skip to content

Instantly share code, notes, and snippets.

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