GraphQL
-
13 Dec 2021
An introduction to GraphQL and how to use GraphQL APIs
Here's everything I learned this year about GraphQL for anyone getting started.
-
21 Oct 2021
TIL: How to use GraphQL variables to give my queries type safety
How can you make sure your GraphQL queries are safe from nasties? Let’s find out.
-
10 Oct 2021
Next.js Dynamic Routes with Contentful's GraphQL API — with Jason Lengstorf
In this episode of Learn with Jason, I teach Jason how to use Contentful’s GraphQL API to power Next.js dynamic routes.
-
14 Jun 2021
How to filter entries by linked references in GraphQL
Check out this quick guide that shows you how to get the data you need using the linkedFrom field in your query.
-
22 Apr 2021
Paginating your Contentful blog posts in Next.js with the GraphQL API
In this post, we’re going to build a set of article list pages that display a number of blog post summaries per page.
-
13 Apr 2021
Exploring linked entries and assets in Contentful with JavaScript via REST and GraphQL
An investigation into the inner workings of the Contentful REST API and GraphQL API.
-
5 Feb 2021
How to build a lightweight microblogging site with Contentful, vanilla HTML, CSS and JavaScript
Learn how to build a lightweight microblog with Contentful and vanilla HTML, CSS and JavaScript.