From 2e648c1058b962c658a42d1a24a7f5f02cfc0427 Mon Sep 17 00:00:00 2001 From: leoloso Date: Tue, 2 Apr 2024 08:05:29 +0800 Subject: [PATCH] Add Gato GraphQL to WordPress page --- src/site/headless-cms/wordpress.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/site/headless-cms/wordpress.md b/src/site/headless-cms/wordpress.md index c6e44b70d..b36f55bb5 100644 --- a/src/site/headless-cms/wordpress.md +++ b/src/site/headless-cms/wordpress.md @@ -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.