Created
September 19, 2021 14:21
-
-
Save mattmaribojoc/d7e668e4e6c251a34cb5597404333bb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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