Log in
Model

StoreConfigResolver

Magento\StoreGraphQl\Model\Resolver\StoreConfigResolver

What it does

This resolver handles GraphQL queries for store configuration data, such as locale, timezone, and other store settings.

Developers would use this when building headless storefronts or PWAs that need to fetch store configuration through GraphQL instead of REST APIs.

It acts as the bridge between GraphQL requests and Magento's store configuration data.

Public Methods

  • resolve()