INPUT_OBJECT
BundleSectionUpdateInput
link GraphQL Schema definition
1 input BundleSectionUpdateInput { 2 3 : Int! 4 5 : Int 6 7 # Exactly one input field should be provided 8 : [ProductVariantInput!] 9 }
INPUT_OBJECT
1 input BundleSectionUpdateInput { 2 3 : Int! 4 5 : Int 6 7 # Exactly one input field should be provided 8 : [ProductVariantInput!] 9 }