from .types import ( StockItemType, StockItemEdge, StockItemCursorPage, StockCategoryType, HazardType, StockUnitType, StockPackagingType, StockProductType, StockProductEdge, StockProductCursorPage, StockOrderType, StockOrderEdge, StockOrderCursorPage, StockOrderProductType, StockTransactionType, StockTransactionEdge, StockTransactionCursorPage, StockAdjustmentType, StockAdjustmentEdge, StockAdjustmentCursorPage, ) inventory_types = [ StockItemType, StockItemEdge, StockItemCursorPage, StockCategoryType, HazardType, StockUnitType, StockPackagingType, StockProductType, StockProductEdge, StockProductCursorPage, StockOrderType, StockOrderEdge, StockOrderCursorPage, StockOrderProductType, StockTransactionType, StockTransactionEdge, StockTransactionCursorPage, StockAdjustmentType, StockAdjustmentEdge, StockAdjustmentCursorPage, ]