dburles / diy-graphql-server

A simple but fully functional GraphQL server in pure ESM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diy-graphql-server

This is an example of a simple, yet fully functional GraphQL server. For the official GraphQL HTTP reference implementation, see: https://github.com/graphql/graphql-http.

Requirements

Node 19

Setup

> npm i

Run dev (watch) mode

> npm run dev

Run

> npm start

About

A simple but fully functional GraphQL server in pure ESM


Languages

Language:JavaScript 100.0%