Build and Deploy a GraphQL API to the Edge with Fauna — Part 8
We're now ready to finish the last piece of the GraphQL API by adding a new query that fetches all products from the Fauna Database.
Inside grafbase/grafbase.config.ts add the following query definition:
g.query('products', {
resolver: 'products/al...
grafbase.hashnode.dev1 min read