Nobody likes typos in JSON. Let's make VSCode catch them for us when writing a project schema.
How to set up VSCode to work with the Metaschema
· 2 min read
Nobody likes typos in JSON. Let's make VSCode catch them for us when writing a project schema.
In this article, we will discuss how to use a GraphQL API with Sapper, an application framework powered by Svelte.
This article assumes that you have read "How to build a blog with NextJS" if not, I will recommend reading it because this tutorial builds on top of the project created in the that article.
In this tutorial, we will learn how to build a simple blog with Next.js using a GraphQL content API.
In this tutorial we're going to build a job board site using Tailwind CSS, and Next.js.
The “where” parameter for GraphQL queries opens up a whole new word of possibilities for filtering. This is a huge improvement to how filtering works with the GraphQL API.