OBJECT

FeedbackAttribute

link GraphQL Schema definition

1type FeedbackAttribute {
2
3name: String
4
5details: String
6
7}