INPUT_OBJECT

ProductSizeStockSetInput

link GraphQL Schema definition

1input ProductSizeStockSetInput {
2
3# Exactly one input field should be provided
4size: SizeInput!
5
6# Stock value must be greater or equal to 0
7quantity: Int!
8}