show reading time
This commit is contained in:
@ -2,6 +2,7 @@ query GetPost($id: ID!) {
|
||||
post(id: $id) {
|
||||
title
|
||||
createdAt
|
||||
readingTime
|
||||
creator {
|
||||
name
|
||||
id
|
||||
|
@ -53,6 +53,7 @@ type User { id: String! name: String! imageId: String! }
|
||||
|
||||
type Post {
|
||||
id: ID!
|
||||
readingTime: Float!
|
||||
title: String!
|
||||
createdAt: Int!
|
||||
content: Content!
|
||||
|
Reference in New Issue
Block a user