@newmo/graphql-codegen-fake-server-client 0.9.5 → 0.9.7

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -80,6 +80,10 @@ it("register fake response for query", async () => {
80
80
 
81
81
  - `typesFile` (required): Path to the generated client's graphql file.
82
82
  - `fakeServerEndpoint` (optional): Fake server endpoint. Default is `http://127.0.0.1:4000/fake`.
83
+ - `namingConvention` (optional): Naming convention for the generated types. Default is `change-case#pascalCase`.
84
+ - [Naming Convention](https://the-guild.dev/graphql/codegen/docs/config-reference/naming-convention)
85
+ - `typesPrefix` (optional): Prefix for the generated types.
86
+ - `typesSuffix` (optional): Suffix for the generated types.
83
87
 
84
88
  ## License
85
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newmo/graphql-codegen-fake-server-client",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "private": false,
5
5
  "description": "GraphQL Codegen plugin for generating a fake server client",
6
6
  "keywords": [
@@ -59,5 +59,5 @@
59
59
  "access": "public",
60
60
  "registry": "https://registry.npmjs.org/"
61
61
  },
62
- "gitHead": "a57138a4d383886c967ccb31c5d50d8075331f7c"
62
+ "gitHead": "35f4b493d4d352571fcd9b224df5d42c155fdf55"
63
63
  }