OBJECT
type Reaction implements Node {id: CarneteID! campus: Campus! type: ReactionType! user: User! experience: Experience! team: Team! userId: CarneteID! experienceId: CarneteID! teamId: CarneteID! }