OBJECT
type Like implements Node {id: ID! # The time that the user liked the post. likedAt: Time! userID: ID! postID: ID! # The user that created this like.user: User! # The post that the user liked.post: Post! }