Skip to content

docs(logging): Add a basic usage example and tutorial#534

Merged
ahuseyn merged 2 commits intomainfrom
add-logging-plugin-example
Dec 4, 2025
Merged

docs(logging): Add a basic usage example and tutorial#534
ahuseyn merged 2 commits intomainfrom
add-logging-plugin-example

Conversation

@ahuseyn
Copy link
Copy Markdown
Member

@ahuseyn ahuseyn commented Dec 3, 2025

Description

This pull request delivers a new, complete example application for the WPGraphQL Logging plugin, along with a new tutorial, making it much easier for developers to use the plugin with headless WordPress setups.

  • New Example Project: A full example application was added that shows how to integrate WPGraphQL Logging into a Next.js frontend connected to a WordPress site, providing a ready-to-run environment for testing and development.
  • New Tutorial: The official guide for the WPGraphQL Logging plugin was completely updated, offering a clearer, step-by-step tutorial that simplifies installation, configuration, and advanced usage.

Related Issue

Dependant PRs

Type of Change

  • ✅ Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactoring (no functional changes)
  • 📄 Example update (no functional changes)
  • 📝 Documentation update
  • 🔍 Performance improvement
  • 🧪 Test update

How Has This Been Tested?

Screenshots

Checklist

  • I have read the CONTRIBUTING document
  • My code follows the project's coding standards
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • Any dependent changes have been highlighted, merged or published

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 3, 2025

⚠️ No Changeset found

Latest commit: cb49b06

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ahuseyn ahuseyn linked an issue Dec 3, 2025 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 3, 2025

📦 Plugin Artifacts Ready!

Download from GitHub Actions run

Available plugins:

  • ✅ wpgraphql-logging.zip

See the "Artifacts" section at the bottom of the Actions run page

@ahuseyn ahuseyn changed the title docs(logging): Add a basic usage example docs(logging): Add a basic usage example and tutorial Dec 4, 2025
@ahuseyn ahuseyn marked this pull request as ready for review December 4, 2025 15:42
@ahuseyn ahuseyn requested a review from a team as a code owner December 4, 2025 15:42
Copy link
Copy Markdown
Member

@colinmurphy colinmurphy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 Thanks @ahuseyn ❤️

@ahuseyn ahuseyn added this pull request to the merge queue Dec 4, 2025
Merged via the queue into main with commit 015d22d Dec 4, 2025
9 checks passed
@ahuseyn ahuseyn deleted the add-logging-plugin-example branch December 4, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Add Tutorial and example for the WP GraphQL Logging Plugin

2 participants