Model
ValidateAddressFromSchema
Magento\QuoteGraphQl\Model\Cart\ValidateAddressFromSchema
What it does
This class validates cart address data submitted through GraphQL against the schema's required fields.
Developers use it to ensure that mandatory address fields (defined in CartAddressInput schema) are present and not null before processing cart address operations, preventing invalid address data from being saved.
Public Methods
- execute()