INPUT_OBJECT
BundleCreateInput
link GraphQL Schema definition
1 input BundleCreateInput { 2 3 ProductCreateInput! : 4 5 BundleType! : 6 7 BundlePriceType! : 8 9 # Must be specified for a fixed bundle, for a flexible one it can be null 10 SizeChartInput : 11 12 # Must be specified for a fixed bundle, for a flexible one it can be null 13 SizeInput!] : [ 14 15 BundleSectionCreateInput!]! : [ 16 }