show post preview
This commit is contained in:
@ -3,11 +3,18 @@ query GetPost($id: ID!) {
|
||||
title
|
||||
createdAt
|
||||
readingTime
|
||||
uniqueSlug
|
||||
creator {
|
||||
name
|
||||
id
|
||||
imageId
|
||||
}
|
||||
previewImage {
|
||||
id
|
||||
}
|
||||
previewContent {
|
||||
subtitle
|
||||
}
|
||||
content {
|
||||
bodyModel {
|
||||
paragraphs {
|
||||
|
Reference in New Issue
Block a user