WPGraphQL · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQLWordPressHeadless CMSContent ManagementOpen SourcePluginDecoupled WordPressGraphQL

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

https://example.com/graphql

References

Back to WPGraphQL · All GraphQL Specs · GitHub