Model
BatchResult
Magento\GraphQl\Model\Mutation\BatchResult
What it does
This class defines constants for tracking batch mutation operation statuses in GraphQL.
Developers use these status constants to indicate whether a batch operation completed successfully, failed entirely, or had mixed results with some successes and some failures.
It provides a standardized way to report batch mutation outcomes in GraphQL responses.