Skip to content

Commit ce171dd

Browse files
committed
fix(docs): Add install section
1 parent 87316f1 commit ce171dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ GraphQL Middleware Apollo Upload Server manages uploads for you so you don't hav
77

88
> ❗️ Requires [Apollo Upload Server](https://github.com/jaydenseric/apollo-upload-server).
99
10+
## Install
11+
12+
```bash
13+
yarn add graphql-middleware-apollo-upload-server
14+
```
15+
1016
## Overview
1117

1218
`graphql-middleware-apollo-upload-server` handles file upload for you by searching for all `Upload` types first, and handling the files if they are included in arguments. Everything else is in your hands!

0 commit comments

Comments
 (0)