Extending WPGraphQL in WordPress - Consuming custom data in React + Vite
In the first part of this guide, we looked at how to extend the WPGraphQL schema using a custom WordPress plugin, child theme, or ACF with WPGraphQL integration. Before connecting that data to the frontend, there is one extremely useful tool you should become familiar with: GraphiQL. GraphiQL lets you inspect the available schema, write […]
