Interface
ValidateCustomerDataInterface
Magento\CustomerGraphQl\Api\ValidateCustomerDataInterface
What it does
This interface defines a contract for validating customer data in GraphQL operations.
Developers implement this interface to create validators that check customer data arrays for correctness before processing mutations like customer creation or updates.
It throws GraphQlInputException when validation fails, ensuring invalid data is rejected at the GraphQL layer.
Public Methods
- execute()