show reading time

This commit is contained in:
realaravinth
2021-11-02 21:04:02 +05:30
parent 745d97acfd
commit 7fdf255678
4 changed files with 11 additions and 8 deletions

View File

@ -53,6 +53,7 @@ type User { id: String! name: String! imageId: String! }
type Post {
id: ID!
readingTime: Float!
title: String!
createdAt: Int!
content: Content!