From 47bb62c468d68636ce3d3586a2a05488f9a93ecc Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Thu, 26 Apr 2018 19:11:35 +1000 Subject: [PATCH] Improved readme. --- readme.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/readme.md b/readme.md index 22666e8..9e1270d 100644 --- a/readme.md +++ b/readme.md @@ -6,24 +6,7 @@ [![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/issues) [![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/stargazers) -A full stack demo of file uploads via GraphQL mutations with [Apollo](https://apollographql.com). +A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations: -## GraphQL API - -See [`api/readme.md`](api/readme.md). - -Uses: - -* [koa](https://npm.im/koa) -* [graphql-server-koa](https://npm.im/graphql-server-koa) -* [apollo-upload-server](https://npm.im/apollo-upload-server) - -## Web app - -See [`app/readme.md`](app/readme.md). - -Uses: - -* [next](https://npm.im/next) -* [react-apollo](https://npm.im/react-apollo) -* [apollo-upload-client](https://npm.im/apollo-upload-client) +* [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server). +* [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).