What’s next for WPGraphQL?

On February 1, I announced that I was no longer employed at Gatsby, and stated a blog post would be coming soon. This is that blog post. TL;DR I’m joining WP Engine as a Principal Software Engineer where I will continue maintaining WPGraphQL and will contribute to other projects and initiatives centered around the goal …

Announcing WPGraphQL v1.0

I’m so excited to announce WPGraphQL 1.0! If you’ve been using WPGraphQL for your side projects, but are waiting for the “stable” version, then this is it! You can use WPGraphQL in production with the confidence that it is secure, well documented, and supported full time and long term. If you’re new to the WPGraphQL …

WPGraphQL v0.8.0

Release Notes TL;DR This release focuses on adjusting how Nodes are resolved to prevent errors in cases where the nodes are determined to be considered private and non-viewable by the requesting user. (#1138) More details below: Schema Breaking Changes Internal Breaking Changes New Features Release Summary Explanation of Changes to the Abstract Connection Resolver Schema …

WPGraphQL v0.6.0 Release

WPGraphQL v0.6.0 is here! This release is one of the most significant releases in the history of the WPGraphQL plugin. Breaking Changes Before getting into the hype of the release, I want to highlight some prominent breaking changes. A full list can be found in the release notes. A change to pagination of connections was …

WPGraphQL v0.4.1

Today we released WPGraphQL v0.4.1. This is a non-breaking change release. You can view the release here: https://github.com/wp-graphql/wp-graphql/releases/tag/v0.4.1 Release Summary Update composer dependencies Update filter on WPGraphQL::get_allowed_taxonomies() Update to Docs for WPGraphQL for ACF – Thanks @henrikwirth! Update to Install and Activate Docs – Thanks @jacobarriola! Update to Docs sidebar styles – Thanks @TylerBarnes! Add …

WPGraphQL at the Desert GraphQL Meetup

Last night I had the pleasure of remotely presenting for the Desert GraphQL Meetup in Phoenix, Arizona. TL;DR, Here’s the video Here’s the slides: https://slides.com/jasonbahl-1/desert-graphql-oct-2019#/ Summary of the presentation In the presentation I covered the history of WPGraphQL, why the plugin exists, and why it makes sense to continue building for the wider WordPress community. …