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
- Host: GitHub
- URL: https://github.com/mohib0306/graphql-s3-upload
- Owner: mohib0306
- Created: 2019-10-11T14:25:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:12:19.000Z (over 3 years ago)
- Last Synced: 2023-03-07T13:55:19.040Z (over 3 years ago)
- Topics: aws, aws-s3, graphql, s3, upload, upload-file
- Language: JavaScript
- Size: 813 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: readme.md
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.