INPUT_OBJECT
SubscriptionItemCreateInput
link GraphQL Schema definition
1 input SubscriptionItemCreateInput { 2 3 # Exactly one input field should be provided 4 ProductVariantInput! : 5 6 # Exactly one input field should be provided 7 SizeInput! : 8 9 # Only required for bundle section items 10 BundleSectionInput : 11 }