A GraphQL API server using Express.
- using the
express
module to run a webserver - using the
express-graphql
library to mount a GraphQL API server on the/graphql
HTTP endpoint - run this GraphQL server with:
node server.js
Ref: https://graphql.org/graphql-js/running-an-express-graphql-server/