Articles in this series
Set up Grafbase · In this series, we will build a GraphQL API with Grafbase, and persist data with Fauna. Here's a breakdown of what we'll be...
Set up a Fauna Database · Fauna is perfect for creating databases and databases inside of databases where you require multi-tenant support for building...
Install and configure Fauna inside Grafbase Resolvers · Let's begin by installing the Fauna JavaScript driver inside our project so that we can use it...
Create Product Mutation · We're now ready to create a GraphQL mutation that we will use to add to our products collection inside the Fauna database. A...
Update Product Mutation · Let's now move on to creating a GraphQL mutation to update products by ID. Let's begin by updating the Grafbase Configuration...
Delete Product Mutation · In this step, we'll create a GraphQL mutation to delete products from the Fauna collection. To do this, update the...