WPGraphQL GraphQL API
WPGraphQL is an open-source WordPress plugin that adds a full-featured, extendable GraphQL API to any WordPress installation. It exposes WordPress content — including posts, pages, custom post types, users, comments, taxonomies, menus, media items, plugins, themes, and site settings — as a queryable GraphQL schema with Relay-compliant cursor-based pagination. The plugin ships with a built-in GraphiQL IDE in the WordPress dashboard and a flexible type registration system that allows the schema to be extended by other plugins.
Overview
WPGraphQL GraphQL API is a GraphQL API specification published by WPGraphQL on the APIs.io network.
WPGraphQL is an open-source WordPress plugin that adds a full-featured, extendable GraphQL API to any WordPress installation. It exposes WordPress content — including posts, pages, custom post types, users, comments, taxonomies, menus, media items, plugins, themes, and site settings — as a queryable GraphQL schema with Relay-compliant cursor-based pagination. The plugin ships with a built-in GraphiQL IDE in the WordPress dashboard and a flexible type registration system that allows the schema to be extended by other plugins.
The GraphQL endpoint is available at https://example.com/graphql. documentation is published at https://www.wpgraphql.com/docs/introduction.
The specification includes 6 reference links.
Tagged areas include WordPress, Headless CMS, Content Management, Open Source, and Plugin.
Endpoint
References
- Documentation https://www.wpgraphql.com/docs/introduction
- GettingStarted https://www.wpgraphql.com/docs/quick-start
- Authentication https://www.wpgraphql.com/docs/authentication-and-authorization
- GraphiQL IDE https://www.wpgraphql.com/docs/using-the-graphiql-ide
- GitHub Source https://github.com/wp-graphql/wp-graphql
- WordPress Plugin https://wordpress.org/plugins/wp-graphql/