GraphQl Module
Error\AggregateExceptionMessageFormatter
This helper class formats exception messages thrown during GraphQL query execution. It iterates through registered message formatters to find one that...
Error\MessageFormatters\GraphQlExceptionMessageFormatter
This helper class checks if an exception thrown during GraphQL query resolution is already properly formatted for GraphQL responses. If the exception...
Error\MessageFormatters\NoSuchEntityExceptionMessageFormatter
This helper class formats NoSuchEntityException errors for GraphQL responses. It intercepts internally-thrown NoSuchEntityException instances and conv...
Error\MessageFormatters\PaymentExceptionMessageFormatter
This helper class formats error messages specifically for payment-related exceptions in GraphQL responses. When a PaymentException occurs during Graph...
Error\MessageFormatters\ValidationExceptionMessageFormatter
This helper class formats validation exception messages for GraphQL responses. When a validation error occurs during GraphQL query execution, it conve...
Query\Logger\LogData
This helper class collects and organizes data from GraphQL requests for logging purposes. Developers use this when implementing custom GraphQL logging...