Articles in this series
Set up Grafbase · This series is perfect for anyone looking to remove the bloat from their GraphQL backends and switch to a fully managed deployment...
Set up MySQL Database with PlanetScale · PlanetScale is the best place to serve and scale your MySQL Database. You'll need to create an account, create a...
Set up Database Connection · We're going to use the serverless PlanetScale database driver inside our Grafbase Edge Resolvers. Run the following command...
productCreate mutation · A GraphQL mutation is a type of operation in GraphQL that modifies data on the server and typically look something like...
productUpdate mutation · This section adds all the code needed to update product records inside the PlanetScale database. Let's begin by updating the...
productDelete mutation · Now let's create the delete mutation resolver. We will first update the Grafbase Configuration to include the mutation...