![Apollo upload logo](app/static/apollo-upload-logo.svg) # Apollo upload examples ![License](https://img.shields.io/badge/license-MIT-blue.svg) [![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). ## 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)