OBJECT
type Recommendation implements Node {content: Content! id: ID! recommendsTo: User! score: Int! updatedAt: DateTime! }