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 11{
22 "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." ,
45 "license" : " MIT" ,
56 "author" : {
67 "name" : " Jayden Seric" ,
1112 "type" : " git" ,
1213 "url" : " https://github.com/jaydenseric/apollo-upload-server.git"
1314 },
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+ ],
1424 "dependencies" : {
1525 "formidable" : " ^1.1.1" ,
1626 "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 )
22
33![ 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 )
44
@@ -15,7 +15,7 @@ Install with [Yarn](https://yarnpkg.com):
1515yarn add apollo-upload-server
1616```
1717
18- Add the server middleware just before ` graphqlExpress ` :
18+ Add the server middleware just before [ ` graphqlExpress ` ] ( https://github.com/apollographql/graphql-server ) :
1919
2020``` js
2121import {apolloUploadExpress } from ' apollo-upload-server'
You can’t perform that action at this time.
0 commit comments