GraphQL referenceTypesUpcomingInputsInventoryInputOn this pageInventoryInputNo description input InventoryInput { id: Int productId: String! quantity: Int! bundle: BundleInput} Fields id ● Int productId ● String! quantity ● Int! bundle ● BundleInput Example { "bundle": { "categories": [ {} ] }}