apollo-link-schema
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Change log | ||
### vNEXT | ||
### 1.0.3 | ||
- ApolloLink upgrade | ||
### 1.0.2 | ||
- handle synchronous result of `execute` **Fixes #351** | ||
@@ -5,0 +10,0 @@ |
@@ -48,3 +48,3 @@ (function (global, factory) { | ||
exports.SchemaLink = SchemaLink; | ||
exports['default'] = SchemaLink; | ||
exports.default = SchemaLink; | ||
@@ -51,0 +51,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
{ | ||
"name": "apollo-link-schema", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Use a GraphQL Schema to request data", | ||
@@ -44,21 +44,21 @@ "author": "Tomas Trescak <tomi.trescak@gmail.com>", | ||
"dependencies": { | ||
"apollo-link": "^1.0.7" | ||
"apollo-link": "^1.1.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0" | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.11.7", | ||
"@types/graphql": "0.12.3", | ||
"@types/jest": "21.1.10", | ||
"browserify": "14.5.0", | ||
"graphql": "0.12.3", | ||
"graphql-tag": "2.6.1", | ||
"graphql-tools": "2.16.0", | ||
"graphql": "0.13.0", | ||
"graphql-tag": "2.7.3", | ||
"graphql-tools": "2.20.1", | ||
"jest": "21.2.1", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.53.3", | ||
"rollup": "0.55.3", | ||
"ts-jest": "21.2.4", | ||
"tslint": "5.8.0", | ||
"typescript": "2.6.2", | ||
"uglify-js": "3.3.4" | ||
"tslint": "5.9.1", | ||
"typescript": "2.7.1", | ||
"uglify-js": "3.3.9" | ||
}, | ||
@@ -65,0 +65,0 @@ "jest": { |
@@ -63,1 +63,8 @@ --- | ||
### Options | ||
The `SchemaLink` constructor an be called with an object that has the following properties: | ||
* `schema`: an executable graphql schema | ||
* `rootValue`: the root value that is used (e.g. the user) | ||
* `context`: the context that is used (e.g. an object that stores all the data-fetching connectors) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18310
70
0
+ Addedgraphql@0.13.2(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.12.3(transitive)
- Removediterall@1.1.3(transitive)
Updatedapollo-link@^1.1.0