Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gato GraphQL to WordPress page #957

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/site/headless-cms/wordpress.md
Expand Up @@ -24,3 +24,7 @@ The [WordPress REST API](https://developer.wordpress.org/rest-api/) has been a s
### WPGraphQL

Using the extensible nature of WordPress' plugin APIs, developers of headless sites can take advantage of the [WPGraphQL plugin](https://www.wpgraphql.com/) to interact with their site's content using GraphQL.

### Gato GraphQL

[Gato GraphQL](https://gatographql.com/) is a plugin that provides a GraphQL server, allowing us to build a headless site using WordPress as the source of data. It also allows us to manipulate and store again any piece of data in the site, and interact with external services.