INPUT_OBJECT

AttributeChoiceElementInput

Attribute element of type SELECT or BOOLEAN

link GraphQL Schema definition

1input AttributeChoiceElementInput {
2
3key: String!
4
5selected: [String!]!
6}