In Magento 2 Get System Configuration Value Using GraphQL
In this blog post, we will explain how to fetch the data from store configuration value of our custom module by using graphql. You ned to follow these steps. Step 1. First Create the registration.php file Code: Step 2. First Create the module.xml file Code: Step 3. First Create the di.xml file Code: Step 4. […]