OBJECT
Insight related user feedback output object
type InsightUserFeedback {# Additional textual feedback from the useradditionalFeedback: String # Specific feedback regarding summary, suggested solution and correlation # observation to the insightfeedbacks: [String!] # If insight was helpful or notisHelpful: Boolean! # User which submitted the feedbackuser: User! }