OBJECT
type Post {id: ID text: String picture: String tags: [String] author: User comments: [Comment] likers: [User] dislikers: [User] }