INPUT_OBJECT

BundleSectionCreateInput

link GraphQL Schema definition

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