in ,

🔌 Accessing REST API data from WordPress plugins

Many WordPress plugins expose data via the REST API but don’t provide a GraphQL layer. With Gato GraphQL you can still use that data in a single GraphQL request: the HTTP Client extension lets you call any REST endpoint and work with the JSON response directly in your query.

Leave a Reply