This module logs unique GraphQl queries for development purposes.
This module is intended to be installed with composer. From the root of your Magento 2 project:
- Download the package
composer require graycore/magento2-graphql-logger
- Enable the package
./bin/magento module:enable Graycore_GraphQlLogger
This module is disabled by default. It can be enabled through system configuration: Services -> Magento Web API -> GraphQl Logger -> Enable Logger.
Logs can be found in graycore_graphql_log
.