INPUT_OBJECT

BundleSectionUpdateInput

link GraphQL Schema definition

1input BundleSectionUpdateInput {
2
3id: Int!
4
5quantity: Int
6
7# Exactly one input field should be provided
8productVariants: [ProductVariantInput!]
9}