Post
No description
type Post {
post_id: String
message: String
date: String
insights: PostInsights
}
Fields
Post.post_id
● String
scalar
Post.message
● String
scalar
Post.date
● String
scalar
Post.insights
● PostInsights
object
Member Of
PostSummary
object