https://github.com/jaydenseric/apollo-upload-examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
https://github.com/jaydenseric/apollo-upload-examples
apollo babel eslint graphql koa mjs nextjs nodejs prettier react
Last synced: about 1 month ago
JSON representation
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
- Host: GitHub
- URL: https://github.com/jaydenseric/apollo-upload-examples
- Owner: jaydenseric
- Created: 2017-04-02T11:33:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T14:09:34.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:14:07.150Z (about 2 months ago)
- Topics: apollo, babel, eslint, graphql, koa, mjs, nextjs, nodejs, prettier, react
- Language: JavaScript
- Homepage:
- Size: 4.92 MB
- Stars: 432
- Watchers: 11
- Forks: 109
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README

# 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 [`graphql-upload`](https://npm.im/graphql-upload).
- [Example web app](app) using [`apollo-upload-client`](https://npm.im/apollo-upload-client).