INPUT_OBJECT

InsightFeedbackInput

link GraphQL Schema definition

  • input InsightFeedbackInput {
  • # Additional textual feedback from the user
  • additionalFeedback: String
  • # Specific feedback regarding summary, suggested solution and correlation
  • # observation to the insight
  • feedbacks: [String!]
  • # If insight was helpful or not
  • isHelpful: Boolean!
  • }