- Issue created by @brianperry
- Status changed to Active
7 months ago 12:01am 6 May 2024
The graphql-client class should accept a debug option which will enable debug logging using the provided logger.
Implementation should be similar to other packages, we mainly need to honor the option and add logging where necessary.
* Implement changes.
* Add test coverage.
* Update docs.
graphql-client class will accept a 'debug' option.
Active
Code