Gato GraphQL logo

Powerful and flexible GraphQL server for WordPress

Use Gato GraphQL to interact with all your data in your WordPress site.

Standard use cases

Expose WordPress data via GraphQL

Gato GraphQL is a plugin for WordPress, that implements the GraphQL specification.

GraphQL logo

GraphQL

Ask for what you want

{
  post(by: { id: 1 }) {
    title
  }
}

Get predictable results

{
  "post": {
    "title": "Hello world!"
  }
}
Features

Flexibility, versatility, and power

The server offers ways to augment, protect, and speed up your application

Extensions

Satisfy your requirements

With extensions you can augment the server functionality, and extend the schema

Extensions

Gato GraphQL logo

Click to watch a clip of Gato GraphQL extensions

Target Image

Access Control

Grant granular access to the schema (based on the user being logged-in, having some role or capability, or by IP), to manage who can access what data.

Target Image

Caching

Cache the GraphQL response on the client-side or intermediate stages between client and server (such as a CDN) via standard HTTP caching.

Target Image

Custom Endpoints

Create and expose multiple custom GraphQL schemas under their own URL, for different users, applications, external services, or other.

Target Image

Deprecation

Deprecate fields on the GraphQL schema by using a user interface, without the need to deploy any code.

Target Image

Multiple Query Execution

Combine multiple queries into a single query, sharing state across them and executing them in the requested order.

Target Image

Persisted Queries

Use GraphQL queries to create pre-defined endpoints as in REST, obtaining the benefits from both APIs.

Target Image

Polylang Integration

Integration with the Polylang plugin, adding fields and filters to select the language when fetching data on a multilingual site.

Target Image

Query Functions

Manipulate the values of fields within the GraphQL query, via a collection of utilities and special directives providing meta-programming capabilities.

Target Image

Schema Functions

Expose functionalities from the PHP programming language via GraphQL fields and directives.

Pricing plans

Pick your extension

Purchase the extension you need, or get a bundle with all extensions

Pick extension
60% Off!
Personal
$99
$249.90
“All Extensions” bundle
License for 5 domains
Purchase ->
  • 5 domains
  • Support
  • Product updates
Organization
$199
$499.90
“All Extensions” bundle
License for 25 domains
Purchase ->
  • 25 domains
  • Support
  • Product updates
Professional
$299
$749.90
“All Extensions” bundle
License for 100 domains
Purchase ->
  • 100 domains
  • Support
  • Product updates
Agency
$399
$999.90
“All Extensions” bundle
License for 500 domains
Purchase ->
  • 500 domains
  • Support
  • Product updates

The license is for 1 year (renewable every year). Prices are in USD.

30-day money back guarantee

Purchase any extensions with the confidence that you can request a refund

Features illustration
Money back guarantee
Testimonial image

This plugin brings all of the power of GraphQL to WordPress, but adding easier entry points for non-developers

David W. - Agency owner
Discover the power

Try demo now!

Play with Gato GraphQL + all extensions in your own sandbox site, for free