Helper
LogData
Magento\GraphQl\Helper\Query\Logger\LogData
What it does
This helper class collects and organizes data from GraphQL requests for logging purposes.
Developers use this when implementing custom GraphQL logging to capture request details (HTTP method, headers, authentication), query complexity (field count, operation names), and response information (cache ID, status codes) in a standardized format.
Public Methods
- getLogData()