WPGraphQL
The required GraphQL API layer for WordPress posts, pages, users, media, taxonomies, and custom types.
Integrations
Toolkit reads the schema exposed by WPGraphQL, so supported extensions and custom types appear naturally when configured correctly.
The required GraphQL API layer for WordPress posts, pages, users, media, taxonomies, and custom types.
Explore and query ACF field groups that are exposed through a compatible WPGraphQL extension.
Build product, variation, category, cart, and customer operations exposed by your WooGraphQL setup.
Work with translated content and language arguments when exposed by the installed GraphQL integration.
Export operations for server components, loaders, route handlers, and static generation workflows.
Use generated operations with your preferred GraphQL client or standards-based HTTP requests.
WP GraphQL Toolkit is schema-driven. It introspects the active endpoint rather than maintaining a hard-coded list of every possible WordPress field. This lets custom post types, taxonomies, and extension fields participate when they follow GraphQL schema conventions.
Developers can register custom GraphQL types and fields using WPGraphQL APIs. Once present in the endpoint schema, those fields can be discovered and selected in Toolkit. Clear relevant caches after changing schema registration.