graphql-mock
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "graphql-mock", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "GraphQL endpoint mockery library for testing", | ||
@@ -53,3 +53,3 @@ "files": [ | ||
"react": "^16.2.0", | ||
"react-apollo": "^2.0.4", | ||
"react-apollo": "^2.1.0-beta.3", | ||
"react-dom": "^16.2.0", | ||
@@ -56,0 +56,0 @@ "tslint": "^5.9.1", |
@@ -118,3 +118,3 @@ # GraphQL Client Side Mocking | ||
``` | ||
```js | ||
const mock = new GraphqlMock(myOwnClient); | ||
@@ -121,0 +121,0 @@ ``` |
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
12062