Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

33 строки
1.8 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <type name="Magento\Framework\App\FrontControllerInterface">
  10. <plugin name="graphql-dispatch-plugin" type="Magento\GraphQlCache\Controller\Plugin\GraphQl"/>
  11. <plugin name="front-controller-builtin-cache" type="Magento\PageCache\Model\App\FrontController\BuiltinPlugin"/>
  12. <plugin name="front-controller-varnish-cache" type="Magento\PageCache\Model\App\FrontController\VarnishPlugin"/>
  13. </type>
  14. <type name="Magento\Framework\GraphQl\Query\ResolverInterface">
  15. <plugin name="cache" type="Magento\GraphQlCache\Model\Plugin\Query\Resolver"/>
  16. </type>
  17. <type name="Magento\Framework\App\PageCache\Identifier">
  18. <plugin name="core-app-area-design-exception-plugin"
  19. type="Magento\GraphQlCache\Model\Plugin\App\PageCache\Identifier" sortOrder="1"/>
  20. </type>
  21. <type name="Magento\Framework\Controller\ResultInterface">
  22. <plugin name="graphql-result-plugin" type="Magento\GraphQlCache\Controller\Plugin\GraphQl"/>
  23. <plugin name="result-builtin-cache" type="Magento\PageCache\Model\Controller\Result\BuiltinPlugin"/>
  24. <plugin name="result-varnish-cache" type="Magento\PageCache\Model\Controller\Result\VarnishPlugin"/>
  25. </type>
  26. <type name="Magento\Integration\Api\UserTokenIssuerInterface">
  27. <plugin name="set-context-after-token" type="Magento\GraphQlCache\Model\Plugin\Auth\TokenIssuer"/>
  28. </type>
  29. <type name="Magento\Integration\Api\UserTokenRevokerInterface">
  30. <plugin name="set-guest-after-revoke" type="Magento\GraphQlCache\Model\Plugin\Auth\TokenRevoker"/>
  31. </type>
  32. </config>