Model
PickupLocation
Magento\InventoryInStorePickupGraphQl\Model\Resolver\DataProvider\PickupLocation
What it does
This class transforms a PickupLocationInterface object into an array format suitable for GraphQL responses.
Developers use this data provider when building GraphQL resolvers that need to return pickup location information, ensuring consistent data structure across the API by extracting all relevant fields like name, address, contact details, and coordinates.
Public Methods
- getData()