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...