Model
Customer
Magento\CustomerGraphQl\Model\Resolver\Customer
What it does
This resolver handles GraphQL queries for retrieving the currently authenticated customer's data.
Developers use this class when implementing the 'customer' GraphQL query to return the logged-in customer's profile information.
It validates customer authorization before extracting and returning customer data in a GraphQL-compatible format.
Public Methods
- resolve()