OBJECT

FeedbackCategories

link GraphQL Schema definition

1type FeedbackCategories {
2
3name: String
4
5attributes: [FeedbackAttribute!]
6
7}