Skip to content

Instantly share code, notes, and snippets.

@dsandip
Last active June 8, 2018 13:57
Show Gist options
  • Save dsandip/6d1d1db9fc81b0e8c7efcb397107f798 to your computer and use it in GitHub Desktop.
Save dsandip/6d1d1db9fc81b0e8c7efcb397107f798 to your computer and use it in GitHub Desktop.
query for all authors and their articles
query {
allAuthors(){
firstName
lastName
articles{
title
views
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment