Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 25, 2017 15:29
Show Gist options
  • Select an option

  • Save gc-codesnippets/7f4add310ceae82e017616c185d47b80 to your computer and use it in GitHub Desktop.

Select an option

Save gc-codesnippets/7f4add310ceae82e017616c185d47b80 to your computer and use it in GitHub Desktop.
const AppAllPostQuery = graphql`
query AppAllPostQuery {
viewer {
...ListPage_viewer
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment