#mysql
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 round trips · Grafbase provides support for edge caching, a feature that enhances performance by serving already...
Add cursor-based pagination to the fetch all products query · Fetching everything from the database once it grows will become very expensive and add...
Fetch all Products query · Now let's finish by implementing our final query that will be used to fetch all products from our database. Inside the...
Fetch Product by ID or Unique field query · GraphQL queries are typically used to fetch data and return it in a certain shape. We will create two queries...
productDelete mutation · Now let's create the delete mutation resolver. We will first update the Grafbase Configuration to include the mutation...