Gato GraphQL
Gato GraphQL
  • 21
  • 875
How to use the Automation extension for Gato GraphQL (WordPress)
Tutorial video on using the Automation extension for Gato GraphQL (plugin for WordPress):
gatographql.com/extensions/automation
With the Automation extension, you will use GraphQL to automate tasks in your app: Execute queries when some event happens, chain queries, and schedule and trigger queries via WP-Cron.
Переглядів: 12

Відео

How to use the HTTP Client extension for Gato GraphQL (WordPress)
Переглядів 814 днів тому
Tutorial video on using the HTTP Client extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/http-client With the HTTP Client extension, you connect to and interact with external services via their APIs.
How to use the Schema Functions extension for Gato GraphQL (WordPress)
Переглядів 214 днів тому
Tutorial video on using the Schema Functions extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/schema-functions With the Schema Functions extension, you will expose functionalities from the PHP programming language via GraphQL fields and directives.
Gato GraphQL extensions
Переглядів 1114 днів тому
Video clip featuring extensions, to augment the server functionality, and extend the GraphQL schema: gatographql.com/extensions
How to use the Query Functions extension for Gato GraphQL (WordPress)
Переглядів 132 місяці тому
Tutorial video on using the Query Functions extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/query-functions With the Query Functions extension, you can manipulate the values of fields within the GraphQL query, via a collection of utilities and special directives providing meta-programming capabilities.
How to use the Polylang extension for Gato GraphQL (WordPress)
Переглядів 372 місяці тому
Tutorial video on using the Polylang extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/polylang With the Polylang extension, you will integrate the GraphQL schema with the Polylang plugin, adding fields and filters to select the language when fetching data on a multilingual site.
How to use the Persisted Queries extension for Gato GraphQL (WordPress)
Переглядів 392 місяці тому
Tutorial video on using the Persisted Queries extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/persisted-queries With the Persisted Queries extension, you can use GraphQL to create pre-defined endpoints as in REST. Persisted queries are GraphQL queries stored in the server and accessed under their own URL, thus emulating a REST endpoint, and delivering the benefits ...
How to use the Multiple Query Execution extension for Gato GraphQL (WordPress)
Переглядів 222 місяці тому
Tutorial video on using the Multiple Query Execution extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/multiple-query-execution With the Multiple Query Execution extension, you can combine multiple GraphQL queries into a single query, sharing state across them and executing them in the requested order, to improve the application's performance and the code modularity.
How to use the Deprecation extension for Gato GraphQL (WordPress)
Переглядів 172 місяці тому
Tutorial video on using the Deprecation extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/deprecation With the Deprecation extension, you can evolve the GraphQL schema by deprecating fields, and explaining how to replace them, through a user interface.
How to use the Custom Endpoints extension for Gato GraphQL (WordPress)
Переглядів 512 місяці тому
Tutorial video on using the Custom Endpoints extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/custom-endpoints With the Custom Endpoints extension, you can create and expose multiple GraphQL endpoints under their own URL (in addition to the single endpoint), each with a customized GraphQL schema, to target different applications.
How to use the Caching extension for Gato GraphQL (WordPress)
Переглядів 152 місяці тому
Tutorial video on using the Caching extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/caching With the Caching extension, you can make your application faster by providing HTTP Caching for the GraphQL response (with the response's `max-age` value being automatically calculated based on Cache Control Lists, and the fields and directives present in the query), and by c...
How to use the Access Control extension for Gato GraphQL (WordPress)
Переглядів 322 місяці тому
Tutorial video on using the Access Control extension for Gato GraphQL (plugin for WordPress): gatographql.com/extensions/access-control With the Access Control extension, you can define Access Control Lists to manage granular access to the GraphQL API for your users, indicating what rules must be satisfied (user logged-in or not, having a certain role or capability, or coming from a certain IP ...
Importing HTML from URLs as new posts in WordPress
Переглядів 343 місяці тому
Provide a list of URLs from any website to Gato GraphQL, and these will be imported as new posts in your WordPress site, passing a regular expression to customize what content to fetch.
Importing a post from RSS and rewriting its content with ChatGPT
Переглядів 273 місяці тому
This video demonstrates how to use Gato GraphQL to import a post from any WordPress RSS feed, call ChatGPT to rewrite its content, and then store it locally on your WordPress site.
Automatically importing new posts from any WordPress RSS feed, daily
Переглядів 493 місяці тому
This video demonstrates how to use Gato GraphQL to import post from any WordPress RSS feed, and automate the process via WP-Cron, so that all new posts are created daily.
Translating all strings in a Poedit file for any language
Переглядів 326 місяців тому
Translating all strings in a Poedit file for any language
Automatically translating posts for MultilingualPress
Переглядів 746 місяців тому
Automatically translating posts for MultilingualPress
Automatically sending an email to all subscribers notifying of a new post in the WordPress site
Переглядів 227 місяців тому
Automatically sending an email to all subscribers notifying of a new post in the WordPress site
Translating pages on a Multilingual site based on WordPress Multisite
Переглядів 427 місяців тому
Translating pages on a Multilingual site based on WordPress Multisite
Automatically translating posts for Polylang
Переглядів 1847 місяців тому
Automatically translating posts for Polylang
Introduction to Gato GraphQL
Переглядів 1637 місяців тому
Introduction to Gato GraphQL