Log in
Model

EntityDataProviderComposite

Magento\UrlRewriteGraphQl\Model\DataProvider\EntityDataProviderComposite

What it does

This composite class acts as a central dispatcher for retrieving entity data in GraphQL URL rewrite queries.

It delegates data retrieval to appropriate entity-specific data providers (like product, category, CMS page) based on the entity type.

Developers use this when extending URL rewrite functionality to support new entity types by registering custom data providers.

Public Methods

  • getData()