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

https://github.com/mohib0306/graphql-s3-upload


https://github.com/mohib0306/graphql-s3-upload

aws aws-s3 graphql s3 upload upload-file

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Disclaimer

This repo was forked from [`apollo-upload-examples`](https://github.com/jaydenseric/apollo-upload-examples) and the adjust to upload files to S3 bucket rather then local storage

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

## Setup

Navigate to each folder and follow the readme.