OBJECT

ApplicationEvaluation

ApplicationEvaluation is an object containing evaluations and opinions of either a User or an external user, that had access trough a ExternalSharing, of an Application

link GraphQL Schema definition

  • type ApplicationEvaluation {
  • id: Int
  • evaluation: Float
  • # The numerical value of thumbs up (1), clock (2), thumbs down (3)
  • opinion: Int
  • email: String
  • user: User
  • }