Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).