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 # 11 # Exactly one input field should be provided 12 SizeChartInput : 13 14 # Must be specified for a fixed bundle, for a flexible one it can be null 15 # 16 # Exactly one input field should be provided 17 SizeInput!] : [ 18 19 BundleSectionCreateInput!]! : [ 20 }