Skip to content

Instantly share code, notes, and snippets.

@dsandip
Created June 8, 2018 14:01
Show Gist options
  • Save dsandip/3c36db488bc1feabf7b3e4f1d616e957 to your computer and use it in GitHub Desktop.
Save dsandip/3c36db488bc1feabf7b3e4f1d616e957 to your computer and use it in GitHub Desktop.
A list of all articles and their authors
query {
allArticles(){
title
views
author{
firstName
lastName
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment