BundleAddItemsInput
No description
input BundleAddItemsInput {
items: [BundleItemInput!]
}
Fields
BundleAddItemsInput.items
● [BundleItemInput!]
list input
Items for this bundle.
Member Of
bundleAddItems
mutation