INPUT_OBJECT
ProductVariantAddInput
link GraphQL Schema definition
1 input ProductVariantAddInput { 2 3 # Exactly one input field should be provided 4 ProductVariantInput! : 5 6 # Exactly one input field should be provided 7 ProductVariantInput : 8 }