INPUT_OBJECT

SupplierProductVariantsUnsetInput

link GraphQL Schema definition

1input SupplierProductVariantsUnsetInput {
2
3supplier: SupplierInput!
4
5# Exactly one input field should be provided
6variants: [ProductVariantInput!]!
7}

link Required by