9 lines
510 B
Markdown
9 lines
510 B
Markdown

|
|
|
|
# Apollo upload examples
|
|
|
|
A full stack demo of file uploads via GraphQL mutations using [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations:
|
|
|
|
- [Example GraphQL API](api) using [Apollo Server](https://apollographql.com/server).
|
|
- [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|