OBJECT
type UserPostInteraction implements Node {id: ID! userID: Int! postID: Int! type: UserPostInteractionType! createdAt: Time! }