Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T14:09:34.000Z (about 1 year ago)
- Last Synced: 2025-01-11T14:09:56.830Z (11 days ago)
- Topics: apollo, babel, eslint, graphql, koa, mjs, nextjs, nodejs, prettier, react
- Language: JavaScript
- Homepage:
- Size: 4.92 MB
- Stars: 430
- Watchers: 13
- Forks: 110
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
![Apollo upload logo](https://cdn.jsdelivr.net/gh/jaydenseric/[email protected]/apollo-upload-logo.svg)
# 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).