GraphQL

How To Build a GraphQL API with Prisma and Deploy to the cloud provider's App Platform — step-by-step DevOps tutorial on Progressive Robot

How To Build a GraphQL API with Prisma and Deploy to the cloud provider’s App Platform

In this tutorial, you’ll build a GraphQL API for a blogging application in JavaScript using Node.js. You will first use Apollo Server to build the GraphQL API backed by in-memory data structures. You will then deploy the API to the an app platform. Finally you will use Prisma to replace the in-memory storage and persist the data in a PostgreSQL database and deploy the application again.

Read more
A GraphQL SDL Reference — step-by-step DevOps tutorial on Progressive Robot

A GraphQL SDL Reference

Here’s a quick and dirty reference for the GraphQL Schema Definition Language (SDL), which gives us a succinct syntax to define your GraphQL schemas.

Read more
CHAT