INPUT_OBJECT

WidgetPropertyListItemInput

link GraphQL Schema definition

1input WidgetPropertyListItemInput {
3
2name: String!
5
4sequence: Int!
7
6storeId: String!
9
8value: String!
10}