@vantreeseba/graphql-mocks-codegen 3.3.0 → 3.4.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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,9 @@ in your schema — so you can hand it to
|
|
|
6
6
|
[`@vantreeseba/graphql-mocks`](../graphql-mocks)'s `buildMocks<TTypes>` and get
|
|
7
7
|
typed mock pools back without a cast.
|
|
8
8
|
|
|
9
|
+
New to the runtime? [How to use this library](https://github.com/cubicecho/graphql-mocks/blob/main/docs/getting-started.md)
|
|
10
|
+
covers where the type map fits in.
|
|
11
|
+
|
|
9
12
|
## Install
|
|
10
13
|
|
|
11
14
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vantreeseba/graphql-mocks-codegen",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "GraphQL Code Generator plugin that emits a SchemaTypeMap for typing @vantreeseba/graphql-mocks pools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Benjamin Van Treese <vantreeseba@gmail.com>",
|