Skip to content

Latest commit

 

History

History

readme.md

Example GraphQL API

An example GraphQL API implementing:

[!WARNING] This is a simplistic demo project; a realistic setup would be more complex.

Installation

  1. Install the latest Node.js and npm.
  2. In a terminal, change to the directory api.
  3. Run npm install.
  4. Run node --run dev.

Requirements

See the package.json field engines.