Build and Deploy a GraphQL API to the Edge with MySQL and PlanetScale — Part 6
Now let's create the delete mutation resolver. We will first update the Grafbase Configuration to include the mutation productDelete.
This mutation uses the ProductByInput input type we created above for the updateProduct mutation. This mutation will...
grafbase.hashnode.dev3 min read