Jayden Seric bff2ccf700 Switch to a manual graphql-upload setup.
This allows the current graphql-upload version to be used instead of the outdated version shipped with Apollo Server, which doesn’t support recent Node.js versions. See https://github.com/apollographql/apollo-server/issues/3508#issuecomment-662371289 .
2020-07-23 00:18:52 +10:00
..
2018-09-18 22:00:28 +10:00

Example GraphQL API

An example GraphQL API using:

Setup

  1. Install the latest Node.js and npm.
  2. Duplicate .env.example as .env and configure.
  3. Run npm install in the api directory with Terminal.
  4. Run npm run dev for development, or npm run start for production.

Ensure your editor supports:

Support

See package.json engines.