Skip to content

Instantly share code, notes, and snippets.

@jasonbahl
Created March 16, 2021 23:39
Show Gist options
  • Save jasonbahl/2b818c5c0848ff023336bf26715d6fec to your computer and use it in GitHub Desktop.
Save jasonbahl/2b818c5c0848ff023336bf26715d6fec to your computer and use it in GitHub Desktop.
// src/pages/Blog.vue
<static-query>
query {
posts {
edges {
node {
title
content
uri
date
author {
node {
nickname
name
}
}
}
}
}
}
</static-query>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment