Build and Deploy a GraphQL API to the Edge with Fauna — Part 5
Let's now move on to creating a GraphQL mutation to update products by ID.
Let's begin by updating the Grafbase Configuration to add a mutation that accepts the following arguments:
by — something we can use to pass id to target the product we want ...
grafbase.hashnode.dev3 min read