4 Commits

Author SHA1 Message Date
Jayden Seric
884f671997 Update Apollo Server to v2.3, re-enable build in file uploads.
Apollo Server v2.3+ uses graphql-upload, see https://github.com/apollographql/apollo-server/pull/2054 .
2018-12-19 11:23:23 +11:00
Jayden Seric
921aa517ba Use graphql-upload instead of the outdated apollo-server setup.
For context see: https://github.com/jaydenseric/graphql-upload/issues/109.
2018-10-29 21:35:56 +11:00
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
Jayden Seric
de11cb3c47 Update to Apollo Server v2. 2018-08-14 18:57:57 +10:00