Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import for your users.

Gato GraphQL
Hospedagem WordPress com plugin Gato GraphQL
Onde hospedar o plugin Gato GraphQL?
Este plugin pode ser hospedado em qualquer hospedagem que possua WordPress configurado. Recomendamos optar por uma hospedagem confiável, com servidores especializados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin Gato GraphQL em um provedor confiável
A MCO2, além de configurar e instalar o WordPress na versão mais atual para seus clientes, disponibiliza o plugin WP SafePress, um sistema exclusivo que protege e otimiza seu site conjuntamente.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens e fotos, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Gato GraphQL is a powerful and flexible GraphQL server for WordPress.
Use it to expose WordPress data via GraphQL. Access any piece of data (posts, users, comments, tags, categories, etc) from your application, and also transform and mutate data.
The standard use cases are:
Code performant apps: Send a GraphQL query to your API and get exactly what you need, nothing more and nothing less.
Build dynamic/headless sites: Use WordPress as the CMS to manage data, and your framework of choice to render the site.
Speed up creating Gutenberg blocks: Ship Gutenberg blocks faster, by avoiding creating REST controllers to feed them data.
With Gato GraphQL, you also have the flexibility to migrate your application from WordPress to another PHP-based framework or CMS (if ever needed) with minimal effort: The GraphQL server can run via its standalone PHP component (which doesn’t depend on WordPress), and only those resolvers fetching WordPress data (posts, users, comments, etc) used by your application would need to be ported. You can do Headless WordPress without WordPress, avoiding the vendor lock-in to WordPress.
Power Extensions
The Power Extensions allow you to augment the server functionality.
You can purchase a bundle containing all the power extensions.
The available power extensions are:
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.
Caching: Make your application faster by providing HTTP Caching for the GraphQL response, and by caching the results of expensive operations.
Custom Endpoints: Create and expose multiple custom GraphQL schemas under their own URL, for different users, applications, external services, or other.
Deprecation: Evolve the GraphQL schema by deprecating fields, and explaining how to replace them, through a user interface.
HTTP Client: Connect to and interact with external services via their APIs.
Internal GraphQL Server: Execute GraphQL queries directly within your application, using PHP code.
Multiple Query Execution: Combine multiple queries into a single query, sharing state across them and executing them in the requested order.
Persisted Queries: Use GraphQL queries to create pre-defined endpoints as in REST, obtaining the benefits from both APIs.
Query Functions: Manipulate the values of fields within the GraphQL query, via a collection of utilities and special directives providing meta-programming capabilities.
Schema Functions: The GraphQL schema is provided with fields and directives which expose functionalities from the PHP programming language.
Premium Extensions
Premium Extensions allow you to integrate popular services and WordPress plugins into the GraphQL schema, and automate the execution of queries.
You can purchase each premium extension separately.
The available premium extensions are:
Automation: Use GraphQL to automate tasks in your app: Execute queries when some event happens, chain queries, and schedule and trigger queries via WP-Cron.
Events Manager: Integration with the Events Manager plugin, to fetch event data.
MultilingualPress: Integration with the MultilingualPress plugin, to fetch multilingual data.
Polylang: Integration with the Polylang plugin, adding fields and filters to select the language when fetching data on a multilingual site.
Translation: Translate a field value using the service provider of your choice, among ChatGPT, Claude, DeepSeek, Mistral AI, DeepL, and Google Translate.
Built with Gato GraphQL
All the plugins by Gato Plugins use Gato GraphQL under the hook.
You can use Gato GraphQL to do everything offered by Gato Plugins!
The plugins are:
Gato AI Translations for Polylang: Automatically translate all content on your WordPress site, using the LLM of your choice: ChatGPT, Claude, DeepSeek, Mistral AI, DeepL, and Google Translate.
Capturas de tela

GraphiQL client to execute queries in the wp-admin

Interactively browse the GraphQL schema, exploring all connections among entities

The GraphiQL client for the single endpoint is exposed to the Internet

Interactively browse the GraphQL schema exposed for the single endpoint

Persisted queries are pre-defined and stored in the server

Requesting a persisted query URL will retrieve its pre-defined GraphQL response

We can create multiple custom endpoints, each for a different target

Endpoints are configured via Schema Configurations

We can create many Schema Configurations, customizing them for different users or applications

Custom endpoints and Persisted queries can be public, private and password-protected

Manage custom endpoints and persisted queries by adding categories to them

We can configure exactly what custom post types, options and meta keys can be queried

Configure every aspect from the plugin via the Settings page

Modules with different functionalities and schema extensions can be enabled and disabled

Augment the plugin functionality and GraphQL schema via extensions

The Tutorial section explains how to achieve many objectives, exploring all the elements from the GraphQL schema