Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/4d6cee69fedffd19936ef179313fc8f7 to your computer and use it in GitHub Desktop.
Save lucasconstantino/4d6cee69fedffd19936ef179313fc8f7 to your computer and use it in GitHub Desktop.
const query = `
{
post (id: 1) {
id
author {
id
posts {
id
title
body
}
}
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment