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