INPUT_OBJECT

AttributeListItemInput

link GraphQL Schema definition

1input AttributeListItemInput {
3
2key: String!
5
4value: String!
6}