Model
GetCustomer
Magento\CustomerGraphQl\Model\Customer\GetCustomer
What it does
This class retrieves and validates a customer entity for GraphQL operations.
It checks if the customer exists, verifies their account is not locked, and ensures account confirmation requirements are met before returning the customer data.
Developers use this when implementing GraphQL queries that need authenticated customer information.
Public Methods
- execute()