WPGrahQL API is getting popular because of developers’ interest on decoupled Gatsby WordPress sites. Recently I used in one of my project to migrate a WordPress data to a decoupled Gatsby site. Because WooCommerce plugins powers about 40% of e-commerce sites, interest on decoupled woocommerce Gatsby sites is natural because security & speed conferred by static sites.
WooGraphQL Plugin
The WooCommerce Documentation describes the wooGraphQl as “a WPGraphQL extension for adding WooCommerce support to the WPGraphQL schema using WooCommerce’s core functionality”.
Jacob Arriola has a interesting post on his website titled – Connect Product Bundle Items in Your WooCommerce GraphQL API where he demonstrates how to create a GraphQL Connection Type between Product Bundles and Bundle Items in WPGraphQL within the context of the WooGraphQL extension.
