OBJECT
type Comment {id: ID text: String post: Post likers: [User] dislikers: [User] likes: Int dislikes: Int author: User }