INPUT_OBJECT
BundleUpdateInput
link GraphQL Schema definition
1 input BundleUpdateInput { 2 3 : ProductUpdateInput 4 5 : BundlePriceType 6 7 # Only for a fixed bundle, for a flexible one it can be null 8 # 9 # Exactly one input field should be provided 10 : [SizeInput!] 11 12 : [BundleSectionCreateInput!] 13 14 : [BundleSectionUpdateInput!] 15 16 : [BundleSectionInput!] 17 }