Magento 2 graphQl fetch Store Configuration
The Magento 2 GraphQL call that returns store configuration values is an extremely useful tool for developers who need to access the configuration settings of a store. By utilizing this call, developers can easily retrieve information about the store’s base URL, currency code, product display options, and more. The call returns a JSON object that …