InventoryGraphQl Module
Resolver\OnlyXLeftInStockResolver
Model
This GraphQL resolver calculates and returns the 'Only X Left in Stock' quantity for products when stock levels fall at or below a configured threshol...
Resolver\StockStatusProvider
Model
This GraphQL resolver determines and returns the stock status (IN_STOCK or OUT_OF_STOCK) for products in the GraphQL API. It handles special logic for...