OBJECT
FeedbackSettings
link GraphQL Schema definition
1 type FeedbackSettings { 2 3 : [FeedbackCategories!] 4 5 : FeedbackOverallEvaluation 6 7 : FeedbackRecommendedLevel 8 9 }
OBJECT
1 type FeedbackSettings { 2 3 : [FeedbackCategories!] 4 5 : FeedbackOverallEvaluation 6 7 : FeedbackRecommendedLevel 8 9 }