30 lines
960 B
Markdown
30 lines
960 B
Markdown

|
|
|
|
# Apollo upload examples
|
|
|
|

|
|
[](https://github.com/jaydenseric/apollo-upload-examples/issues)
|
|
[](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)
|