
How to Build a GraphQL API Connected to A MySQL Database Using StepZen
Here, we give you an in-depth look at how you can easily use StepZen to connect your MySQL database to a GraphQL API.
Here, we give you an in-depth look at how you can easily use StepZen to connect your MySQL database to a GraphQL API.
This example showcases Next.js ability to statically generate blog post by querying a GraphQL API built with StepZen that returns blog posts from WordPress and images from Cloudinary.
A step-by-step guide demonstrating how to build a GraphQL API that pulls from multiple REST endpoints using StepZen.
Learn how to use StepZen’s @materializer directive to reduce the amount of code you have to write when you’re connecting your GraphQL API to a MySQL database.
APIs are a powerful way to fetch and combine data during static and dynamic builds. We believe that the potential of APIs in Jamstack applications is fully realized when APIs are easy to build and run and help developers seamlessly harmonize multiple data sources.
Create a developer portfolio featuring content pulled from your DEV.to blog posts and GitHub profile and projects using Next.js and StepZen.
A new library of API template schemas make it easy for developers to build a unified GraphQL API starting from a template. Save weeks of development time! No need to build a GraphQL server, understand resolvers, GraphQL stitching etc.
How to build a React frontend from scratch and query a GraphQL API with Apollo Client
What does a developer need to think through when deciding whether to build, own, and operate a GraphQL API service?
Let's explore the BFF pattern, how it applies to Jamstack applications and how to make it easier to implement.
Securing API routes for Jamstack sites is important. Here's one way to do it.
Exploring three popular GraphQL JavaScript client libraries that you can use to connect to a GraphQL API in the browser or in Node.js.
We've added new capabilities that make it easy to connect your GraphQL endpoint with any REST data source, using the @rest directive.
We've added two new capabilities that make it even easier to get started with StepZen — create-stepzen-app and stepzen start. Let's see how they work.
A look at the intertwined evolution of the Jamstack and GraphQL and how popular Jamstack tools are built upon a GraphQL foundation.
A step-by-step guide to building a custom GraphQL API using StepZen that connects to a real MySQL backend.
A GraphQL query is just a standard HTTP request, no special libraries needed. Let's look at how to create one in JavaScript and Node.js.
Wouldn't it be great if it were as easy to create a GraphQL API from a Google Sheet as it is to share a Google Sheet with someone?
GraphQL queries are what allow GraphQL to be efficient in how it gets data, by allowing you to express only what you need but also exactly everything you need. In this post, we'll see how.
StepZen's CEO shares what inspired us to create StepZen and the complex problems we are working to solve for developers.
Two of StepZen's founders explore the benefits that made them decide to build StepZen using a Software as a Service (SaaS) model rather than a container model.
GraphQL is a relatively new technology but it offers enormous benefits over the traditional RESTful solutions for frontend and backend developers.