@graphql-codegen/graphql-modules-preset 4.0.0 → 4.0.1-alpha-20230612102241-c065f7552

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-codegen/graphql-modules-preset",
3
- "version": "4.0.0",
3
+ "version": "4.0.1-alpha-20230612102241-c065f7552",
4
4
  "description": "GraphQL Code Generator preset for modularized schema",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "@graphql-codegen/plugin-helpers": "^5.0.0",
10
- "@graphql-codegen/visitor-plugin-common": "4.0.0",
10
+ "@graphql-codegen/visitor-plugin-common": "4.0.1-alpha-20230612102241-c065f7552",
11
11
  "@graphql-tools/utils": "^10.0.0",
12
12
  "parse-filepath": "^1.0.2",
13
13
  "change-case-all": "1.0.15",
@@ -113,7 +113,7 @@ export type ModulesConfig = {
113
113
  * @description Generate resolvers of root types (Query, Mutation and Subscription) as non-optional.
114
114
  *
115
115
  * @example
116
- * ```yml
116
+ * ```yaml
117
117
  * generates:
118
118
  * src/:
119
119
  * preset: modules
@@ -113,7 +113,7 @@ export type ModulesConfig = {
113
113
  * @description Generate resolvers of root types (Query, Mutation and Subscription) as non-optional.
114
114
  *
115
115
  * @example
116
- * ```yml
116
+ * ```yaml
117
117
  * generates:
118
118
  * src/:
119
119
  * preset: modules