Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
class | GraphQlReaderTest |
Public Member Functions | |
__construct (DataInterface $data, ConfigElementFactoryInterface $configElementFactory, QueryFields $queryFields) | |
getConfigElement (string $configElementName) | |
getDeclaredTypeNames () | |
Provides access to typing information for a configured GraphQL schema.
Definition at line 18 of file Config.php.
__construct | ( | DataInterface | $data, |
ConfigElementFactoryInterface | $configElementFactory, | ||
QueryFields | $queryFields | ||
) |
DataInterface | $data | |
ConfigElementFactoryInterface | $configElementFactory | |
QueryFields | $queryFields |
Definition at line 40 of file Config.php.
getConfigElement | ( | string | $configElementName | ) |
Get a data object with data pertaining to a GraphQL type's structural makeup.
string | $configElementName |
Implements ConfigInterface.
Definition at line 58 of file Config.php.
getDeclaredTypeNames | ( | ) |
Return all type names declared in a GraphQL schema's configuration.
Implements ConfigInterface.
Definition at line 84 of file Config.php.