Catch the highlights of GraphQLConf 2023!Click for recordings.Or check out our recap blog post.
Database
Introduction

Introduction

Your GraphQL API can connect to any kind of data source, such as a remote REST (or even GraphQL) API or database.

Schema

The same GraphQL schema will be model for each of the database implementation.

Furthermore, every database implementation that follows has a resulting schema.ts file that is used to communicate GraphQL to the data source.

Port

All databases in the database module use the port 50000 (http://localhost:50000 (opens in a new tab)).