Skip to content

Instantly share code, notes, and snippets.

@jasonbahl
Created September 16, 2021 21:43
Show Gist options
  • Save jasonbahl/843ffcffc08dfefdd7748d1ed246c042 to your computer and use it in GitHub Desktop.
Save jasonbahl/843ffcffc08dfefdd7748d1ed246c042 to your computer and use it in GitHub Desktop.
Query for posts, authors and terms
{
posts {
nodes {
id
title
author {
node {
id
firstName
avatar {
url
}
}
}
categories {
nodes {
id
name
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment