Build and Deploy a GraphQL API to the Edge with Fauna — Part 7
We will now create a GraphQL query to fetch data from the Fauna Database. We'll be using the productByInput input type we created earlier.
Inside grafbase/grafbase.config.ts add the following product query:
g.query('product', {
args: { by: g.inputR...
grafbase.hashnode.dev2 min read