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 SizeInput!] : [ 9 10 BundleSectionCreateInput!] : [ 11 12 BundleSectionUpdateInput!] : [ 13 14 BundleSectionInput!] : [ 15 }