WordPress-Gatsby
Web development technology stack with WordPress as a back end and Gatsby as a front end.
Contents
Plugins
Essential Plugins
WPGraphQL Extensions
This FREE plugin from @kidunot89 and @byfunkhaus claims to enable authentication with WPGraphQL to “just work” by allowing you to set CORS headers that GraphQL will accept, which means WordPress default auth cookies can be accepted.
This FREE plugin from @builtbycactus exposes total counts to connections in the WPGraphQL Schema.
Exposes Gutenberg blocks to the WPGraphQL API.
Extends the WPGraphQL plugin to provide authentication using JWT (JSON Web Tokens).
Enables query locking for WPGraphQL by implementing persisted GraphQL queries.
This FREE plugin from @robertorourke exposes meta registered via the WordPress register_meta API to WPGraphQL.
Adds Meta_Query support to the WPGraphQL Plugin for postObject query args.
This FREE plugin from @qz adds the ability to use Persisted Queries with WPGraphQL.
This FREE plugin from @enshrined adds basic offset pagination as opposed to the standard Cursor based pagination that ships with WPGraphQL.
This FREE plugin from @Ash_Hitchcock allows you to send emails via a simple mutation. Includes the abilitty to restrict sending to trusted origins.
Extensions for that use other plugins with WPGraphQL
An extension that integrates SearchWP into WPGraphQL.
This FREE plugin from the folks at QZ.com exposes a way to query HTML content from WordPress Posts and Pages as “Blocks” (not related to Gutenberg) to bring more structure to your queried content.
This FREE plugin from @DalkMania automatically adds ALL registered post types to the WPGraphQL Schema.
This FREE plugin from @tylbar automatically adds ALL registered post types to the WPGraphQL Schema.
This FREE plugin from @izzygld261 adds Google Schema support to WPGraphQL.
Exposes ACF blocks through GraphQL
This FREE plugin from @DalkMania adds all registered metaboxes using metabox.io to the WPGraphQL Schema.
This FREE plugin from @hsimah adds support for the metabox.io Relationships field to WPGraphQL (when also using his wp-graphql-metabox plugin).
This FREE plugin from @andrenosouza allows you to interact with data from the WP-Polls plugin via GraphQL Queries and Mutations.
Extends WPGraphQL schema with language data from the Polylang plugin.
Adds TaxQuery support to the WPGraphQL Plugin for postObject query args (WPQuery).
This FREE plugin from @rburgst extends the WPGraphQL schema with language data from the WPML plugin. In addition it turns off WPML default filters in order to be able to iterate over all posts regardless of language.
Exposes Advanced Custom Fields to the WPGraphQL Schema.
This FREE plugin from @RenatoNascAlves exposes BuddyPress data to WPGraphQL.
This FREE plugin from @matepaiva exposes fields registered using Carbon Fields to the WPGraphQL Schema.
This FREE plugin adds settings to Custom Post Type UI allowing you to set which Post Types and Taxonomies registered by CPTUI should display in the WPGraphQL Schema.
This FREE plugin from @hsimah exposes filters on WPGraphQL queries to allow for faceted search with FacetWP.
This FREE plugin from @KellenMace of @harness_up exposes @gravityforms data to WPGraphQL, allowing you to query for forms, fields, entries, and more.
This FREE plugin from @hsimah exposes fields registered using the popular http://MetaBox.io to the WPGraphQL Schema.
This free plugin exposes forms created by the Ninja Forms plugin to the WPGraphQL Schema and allows for the forms to be submitted via GraphQL Mutations.
This FREE plugin from @KellenMace of @harness_up automatically creates GraphQL connections for all of your Posts 2 Posts connections.
Exposes Yoast SEO data to the WPGraphQL Plugin.
This FREE plugin exposes WooCommerce data to WPGraphQL allowing you to interact with your store’s data via GraphQL Queries and mutations.
Starters
A port of the WordPress Twenty Twenty theme to Gatsby using the new gatsby-source-wordpress@v4.
Demo showing how to use WPGraphQL as the source for Gatsby Sites.
A Gatsby + WordPress starter for continuous deployment to Netlify.
An advanced Gatsby + WordPress starter, that is built along a tutorial series and works with ACF flexible content fields to create content blocks/layouts.
Blog starter with enough features to be production ready out of the box.
Themes
A port of the Twenty Nineteen WordPress Theme over to Gatsby.
The Gatsby Publisher Theme allows you to create a headless (or decoupled) WordPress site. This theme will display all of your pages and posts in a static front-end built on React and Gatsby.