INPUT_OBJECT

FeedbackCategoriesInput

link GraphQL Schema definition

1input FeedbackCategoriesInput {
3
2name: String!
5
4attributes: [FeedbackAttributeInput!]
6}