Model
BackpressureRequestTypeExtractor
Magento\QuoteGraphQl\Model\BackpressureRequestTypeExtractor
What it does
This class identifies GraphQL quote operations that require backpressure (rate limiting) management to prevent system overload.
It specifically checks if a GraphQL field resolver is handling order placement operations (PlaceOrder or SetPaymentAndPlaceOrder) and determines if backpressure enforcement should be applied based on system configuration.
Public Methods
- extract()