OBJECT
type Bookmark implements Node {id: ID! # The time that the user bookmarked the post.bookmarkedAt: Time! userID: ID! postID: ID! # The user that created the bookmark.user: User! # The post that the user bookmarked.post: Post! }