@graphql-box/connection-resolver 3.1.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,10 +11,6 @@ The GraphQL Box connection resolver module.
11
11
  yarn add @graphql-box/connection-resolver
12
12
  ```
13
13
 
14
- ## Usage
15
-
16
- Read the GraphQL Box [usage guide](../../README.md#usage).
17
-
18
14
  ## Documentation
19
15
 
20
16
  Read the module API [documentation](docs/README.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-box/connection-resolver",
3
- "version": "3.1.1",
3
+ "version": "4.0.0",
4
4
  "description": "The GraphQL Box connection manager module.",
5
5
  "keywords": [
6
6
  "graphql-box",