-
Notifications
You must be signed in to change notification settings - Fork 2
chore: WPGraphQL Event Lifecycle Logging #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
ℹ️ Download the latest wpgraphql-logging plugin zip from this PR |
… in some ways. I wanted to reduce the amount of events for MVP.
Description
Overview
This PR does the following:
Subscribes to certain WPGraphQL events and logs the data using the LoggerService (Monolog MVP database handler)
Creates an Event Manager for pub/sub pattern and allows users to subscribe or transform data such as the context object.
Adds relevant documentation, tests and usage on how to extend the plugin.
Related Issue
Fixes #345
Dependant PRs
Type of Change
How Has This Been Tested?
Screenshots
Checklist