Blog
Blog entries, ordered by published date
π Released Gato GraphQL v1.2 (with new Persisted Queries)
Translate content for the classic editor, Import post from RSS feed and CSV, and other common admin tasks
π Released Gato GraphQL v1.1 (with predefined Persisted Queries)
Adding predefined Persisted Queries to tackle common admin tasks
β»οΈ Maximizing the PHP compatibility for WordPress 6.4 and the plugin directory
Strategy on supporting the latest version of WordPress, and our WordPress plugins
π€ WPBuilds Podcast: How Gato GraphQL can accelerate your WordPress development
Leonardo Losoviz was invited to the WPBuilds podcast to talk about WordPress + GraphQL
π¨π»βπ» GraphQL as a (sort of) programming language
Using GraphQL to accomplish more things than just fetching data
π Automatically sending the newsletter subscribers from InstaWP to Mailchimp
Using InstaWP + Gato GraphQL to forward webhook data into an API
π¨π»βπ« GraphQL query to automatically send the newsletter subscribers from InstaWP to Mailchimp
Step-by-step analysis of the query to extract data from InstaWP's webhook payload and sent it over to the Mailchimp API
π¨π»βπ» (Starting this Wed 18/10) Gato GraphQL Webinar Series @ WPBuilds
WPBuilds podcast host by Nathan Wrigley will receive Leonardo Losoviz for a webinar series on using Gato GraphQL in WordPress.
π² 15 things (you didnβt know) you can do with GraphQL in WordPress
The WordCamp Malaysia 2023 presentation on Gato GraphQL is now live.
π Gato GraphQL v1.0 is finally out!
After several years of development, the first major version of the plugin is finally available.
π₯³ GraphQL API v0.10 has been released
Just a quick stop before v1.0 is handled next
π€ Why did the new GraphQL API take 1.5 years to be released?
A story that took a long time to be written
π₯³ GraphQL API v0.9 has been released!
TL;DR of the most important changes
π€ Should GraphQL Be Different for Different Users?
As GraphQL is being used for different purposes, can everyone be satisfied with a fixed spec?
π ββοΈ Why GraphQL should not be in WordPress core
The risks from GraphQL may pose a great danger to WordPress
π Released new version 0.8 of the GraphQL API for WordPress!
Supporting WP 5.8, an upgraded GraphQL schema, additional GraphQL spec items, extensibility, and more
β When to use WPGraphQL, and when the GraphQL API for WordPress?
An analysis on when each plugin seems better
πΈ How and Where can GraphQL improve WordPress, complementing the REST API
My take on the the discussion from /r/php
π¦ΈπΏββοΈ The GraphQL API for WordPress is now transpiled from PHP 8.0 to 7.1
Using the latest PHP features for development
ππ½ββοΈ Why to support CMS-agnosticism, the GraphQL API was split to ~90 packages, and benefits and drawbacks of this approach
Granular management of the codebase... is it any good?
ππ»ββοΈ Why the GraphQL API needs a Monorepo, and How it's optimized
Managing the codebase requires some effort
π WPMRR Podcast: Growing a Powerful Decoupled WordPress Solution
Interview by Joe Howard on building the GraphQL API plugin
π¬ Proposing a new approach for 'Gutenberg and Decoupled Applications'
Use strong typing to model Gutenberg blocks? Or keep it flexible?
π·π½ββοΈ Building the GraphQL API in the Open #1 (March '21)
Monthly tracking the progress of the plugin
π Should WordPress have a GraphQL API in core?
Would contributors benefit from some rest from REST?
π₯ GraphQL API vs WPGraphQL: the fight!
2 heavyweights bout to become the 'GraphQL in WordPress' world champion
π¨π»βπ» Demoing the GraphQL API for WordPress
Video from WordCamp India 2021
πΆπ» Rejuvenating WordPress through GraphQL
Thanks to GraphQL, the WordPress data model gets a facelift
πΎ GraphQL API for WordPress is now scoped, thanks to PHP-Scoper!
And you can scope your plugin too. Here is how to do it.
π Released GraphQL API v0.7, with support for mutations, and nested mutations!
A new standard feature, and a novel one