Build and Deploy a GraphQL API to the Edge with Fauna — Part 4
We're now ready to create a GraphQL mutation that we will use to add to our products collection inside the Fauna database.
A GraphQL mutation is a type of operation in GraphQL that modifies data on the server and typically look something like this:
m...
grafbase.hashnode.dev3 min read