Skip to content

Instantly share code, notes, and snippets.

@rubenRP
Created April 27, 2020 07:25
Show Gist options
  • Save rubenRP/79b961ae1b08454935d8d12caa1e99ec to your computer and use it in GitHub Desktop.
Save rubenRP/79b961ae1b08454935d8d12caa1e99ec to your computer and use it in GitHub Desktop.
query BlogPostBySlug($slug: String!) {
mdx(fields: { slug: { eq: $slug } }) {
id
excerpt(pruneLength: 160)
body
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment