WordPress · GraphQL Specification

WordPress GraphQL API

WordPress supports a full-featured GraphQL API through the [WPGraphQL plugin](https://www.wpgraphql.com/), an open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site. WPGraphQL is widely adopted for headless WordPress setups, enabling developers to query and mutate WordPress data using standard GraphQL operations.

Documentation Endpoint View on GitHub CMSContent ManagementOpen SourceWordPressGraphQL

Overview

WordPress GraphQL API is a GraphQL API specification published by WordPress on the APIs.io network.

WordPress supports a full-featured GraphQL API through the WPGraphQL plugin, an open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site. WPGraphQL is widely adopted for headless WordPress setups, enabling developers to query and mutate WordPress data using standard GraphQL operations.

The specification includes 5 reference links.

Tagged areas include CMS, Content Management, Open Source, and WordPress.

Endpoint

References

Related API Specs

WordPress REST API (OpenAPI)
Back to WordPress · All GraphQL Specs · GitHub