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