show reading time
This commit is contained in:
@ -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