Skip to content

Instantly share code, notes, and snippets.

@mattmaribojoc
Created September 19, 2021 14:21
Show Gist options
  • Select an option

  • Save mattmaribojoc/d7e668e4e6c251a34cb5597404333bb0 to your computer and use it in GitHub Desktop.

Select an option

Save mattmaribojoc/d7e668e4e6c251a34cb5597404333bb0 to your computer and use it in GitHub Desktop.
<page-query>
query Post ($path: String!) {
post (path: $path) {
title,
path,
date,
summary,
tags,
content,
timeToRead
}
}
</page-query>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment