Jayden Seric 4d258cf0d5 Removed encoding from the File type.
It was missleading, as the encoding was only for the upload stream, not the file contents when stored.
2018-09-18 22:08:10 +10:00
..
2017-04-02 23:14:11 +10:00
2018-09-18 22:00:28 +10:00
2018-09-18 20:30:29 +10:00
2018-09-18 22:00:28 +10:00
2018-08-14 18:57:57 +10:00
2018-08-14 18:57:57 +10:00
2018-09-18 22:08:10 +10:00

Apollo upload example 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.