diff --git a/vendor/magento/module-inventory-configurable-product/etc/graphql/di.xml b/vendor/magento/module-inventory-configurable-product/etc/graphql/di.xml
new file mode 100644
index 00000000000..a5a73479479
--- /dev/null
+++ b/vendor/magento/module-inventory-configurable-product/etc/graphql/di.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!--
+/**
+ * Copyright © Magento, Inc. All rights reserved.
+ * See COPYING.txt for license details.
+ */
+-->
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
+    <type name="Magento\ConfigurableProduct\Model\ResourceModel\Attribute\OptionSelectBuilderInterface">
+        <plugin name="Magento_ConfigurableProduct_Plugin_Model_ResourceModel_Attribute_InStockOptionSelectBuilder_GraphQl" type="Magento\InventoryConfigurableProduct\Plugin\Model\ResourceModel\Attribute\IsSalableOptionSelectBuilder"/>
+    </type>
+</config>
diff --git a/vendor/magento/module-inventory-configurable-product/etc/module.xml b/vendor/magento/module-inventory-configurable-product/etc/module.xml
index 9db40701dbe..a7c2968e775 100644
--- a/vendor/magento/module-inventory-configurable-product/etc/module.xml
+++ b/vendor/magento/module-inventory-configurable-product/etc/module.xml
@@ -9,6 +9,7 @@
     <module name="Magento_InventoryConfigurableProduct" >
         <sequence>
             <module name="Magento_ConfigurableProduct"/>
+            <module name="Magento_ConfigurableProductGraphQl"/>
         </sequence>
     </module>
 </config>
