@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.
- package/README.md +0 -4
- 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).
|