Build and Deploy a GraphQL API to the Edge with Fauna — Part 6
In this step, we'll create a GraphQL mutation to delete products from the Fauna collection. To do this, update the grafbase/grafbase.config.ts file to include the following:
const productDeletePayload = g.type('ProductDeletePayload', {
deleted: g.b...
grafbase.hashnode.dev2 min read