Skip to content

Instantly share code, notes, and snippets.

@abi
Created June 20, 2017 00:42
Show Gist options
  • Save abi/a02406a319d673aeb470293a1b1d1cfb to your computer and use it in GitHub Desktop.
Save abi/a02406a319d673aeb470293a1b1d1cfb to your computer and use it in GitHub Desktop.
graphql(
`
{
allMarkdownRemark(limit: 10000) {
edges {
node {
fields
}
}
}
}
`
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment