File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-upload-server" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.1" ,
4
+ "description" : " In combination with Apollo upload client, enhances Apollo for intuitive file uploads via GraphQL mutations or queries." ,
4
5
"license" : " MIT" ,
5
6
"author" : {
6
7
"name" : " Jayden Seric" ,
11
12
"type" : " git" ,
12
13
"url" : " https://github.com/jaydenseric/apollo-upload-server.git"
13
14
},
15
+ "homepage" : " https://github.com/jaydenseric/apollo-upload-server#readme" ,
16
+ "bugs" : " https://github.com/jaydenseric/apollo-upload-server/issues" ,
17
+ "keywords" : [
18
+ " apollo" ,
19
+ " graphql" ,
20
+ " file" ,
21
+ " upload" ,
22
+ " express"
23
+ ],
14
24
"dependencies" : {
15
25
"formidable" : " ^1.1.1" ,
16
26
"mkdirp" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 1
- # ![ Apollo upload server] ( https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v1.0.0 /apollo-upload-logo.svg )
1
+ # ![ Apollo upload server] ( https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v1.0.1 /apollo-upload-logo.svg )
2
2
3
3
![ NPM version] ( https://img.shields.io/npm/v/apollo-upload-server.svg?style=flat-square ) ![ Github issues] ( https://img.shields.io/github/issues/jaydenseric/apollo-upload-server.svg?style=flat-square ) ![ Github stars] ( https://img.shields.io/github/stars/jaydenseric/apollo-upload-server.svg?style=flat-square )
4
4
@@ -15,7 +15,7 @@ Install with [Yarn](https://yarnpkg.com):
15
15
yarn add apollo-upload-server
16
16
```
17
17
18
- Add the server middleware just before ` graphqlExpress ` :
18
+ Add the server middleware just before [ ` graphqlExpress ` ] ( https://github.com/apollographql/graphql-server ) :
19
19
20
20
``` js
21
21
import {apolloUploadExpress } from ' apollo-upload-server'
You can’t perform that action at this time.
0 commit comments