Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Last active August 2, 2019 09:00
Show Gist options
  • Select an option

  • Save ngohungphuc/4c9e636472c4fefba7ea8f9e148086b3 to your computer and use it in GitHub Desktop.

Select an option

Save ngohungphuc/4c9e636472c4fefba7ea8f9e148086b3 to your computer and use it in GitHub Desktop.
query PostQuery {
posts (id:10){
id
title
body
userId
comment {
id
email
body
name
postId
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment