This plugin is an add-on for the awesome WP GraphQL
It builds on top of WP GraphQL and adds all registered custom posttypes and taxonomies to the WP GraphQL Endpoint.
- Make sure that WP GraphQL is installed and activated first.
- Upload this repo (or git clone) to your plugins folder and activate it.
Your theme or other plugins may use custom post types and taxonomies to add custom functionality. That data or functionality may be beneficial / required for a front end or other app that consumes your API.
Just activate the plugin and the data will be avialble to you at the WP GraphQL Endpoint for you to query.
Don't forget to add singular_name
to your labels array for either the custom post types or custom taxonomies.
If you are using WooCommerce. Don't forget to add WPGraphQL for WooCommerce. Since this plugin will filter it out.