#apis
Read more stories on Hashnode
Articles with this tag
Deploy to the Edge with GitHub · The final step involves deploying your new GraphQL API to the Edge with the help of GitHub. Here's how you can do...
Enable edge caching to reduce database calls · Grafbase provides support for edge caching, a feature that enhances performance by serving already cached...
Fetch all Products Query · 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...
Fetch Product by ID · We will now create a GraphQL query to fetch data from the Fauna Database. We'll be using the productByInput input type we created...
Delete Product Mutation · In this step, we'll create a GraphQL mutation to delete products from the Fauna collection. To do this, update the...
Update Product Mutation · Let's now move on to creating a GraphQL mutation to update products by ID. Let's begin by updating the Grafbase Configuration...