April 21, 2021 — This talk is a comparison of the REST API and GraphQL, and will help developers and stakeholders understand each tool in order to make an informed decision on which one to use.
March 31, 2021 — Plugin author Leonardo Losoviz introduces his GraphQL API for WordPress plugin and its capabilities.
This talk explains some of the advantages over REST: no under/over fetching of data, visual clients to create the query and visualize the data, and other benefits.
March 19, 2021 — Learn about different API solutions in WordPress, with an introduction to the GraphQL API plugin.
November 3, 2020 — With the web ecosystem steadily moving towards JavaScript frameworks and JAMstack setups, let’s see how to get up to speed with those latest headless trends.
During this hands-on workshop, we will build a React front-end pulling content from WordPress with GraphQL, and using Gatsby as a static website generator. Some knowledge of WordPress Rest API, Node or React is a plus but not a requirement. We will go through each step following a homemade GitHub tutorial with concrete examples, including the initial setup and a deployment on a serverless hosting and continuous integration (CI) platform. As an extra, we will also explain how to easily make your Gutenberg layout work with your React website.
Bring your own bottle laptop (BYOL) and join us if you are curious about headless architecture.
October 30, 2020 — In this talk I’ll give an introduction to GraphQL, how to combine it with WordPress and how to use it.
June 1, 2020 — Say hello to WPGraphQL – an open-source WordPress plugin that allows you to use this modern technology to fetch your WordPress posts, pages and more. I will talk more about this cool new technology and give you tips on how to use it to help power your decoupled or standard website.
March 4, 2020 — There was once one effective and modern way to ship data out of WordPress but now there is WP GraphQL
December 21, 2019 — GraphQl è il più interessante strumento per creare headless CMS Vediamo come il nostro amato WordPress insieme a GatsbyJS può essere utilizzato come base dati per un front-end completamente libero da ogni schema.
October 18, 2019 — Learn how to use GraphQL and Vue to build an interactive WordPress site.
We will go over some of the motivations and fundamentals behind GraphQL. From there we will install wp-graphql and VueJs. Finally we will get the client and server to talk to each delivering data via GraphQL.
October 3, 2019 — Já faz bastante tempo que o WordPress deixou de ser uma plataforma para blogs e se tornou um excelente gerenciador de conteúdo (CMS) que permite servir dados para diferentes aplicações desktop, web e mobile. GraphQL é uma linguagem de consulta, desenvolvida pelo facebook, que serve para fazer requisições e entregar apenas o resultado solicitado na ordem que este foi solicitado. Nesta apresentação vamos ver:
GraphQL e REST, em que se assemelham e quais as vantagens de utilizar GraphQL em relação a REST;
Quando utilizar GraphQL com WordPress é uma boa ideia;
Como utilizar GraphQL com WordPress através do plugin WPGraphQL (https://github.com/wp-graphql/wp-graphql);
Consultas e mutações de dados WordPress através de uma ferramenta de exploração de dados chamada GraphiQL;
Exemplos de soluções para aplicativos desacoplados utilizando GraphQL.