@cedarjs/internal 3.0.0-canary.13444 → 3.0.0-canary.13446

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generate/plugins/rw-typescript-resolvers/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAK5E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAI5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,MAAM,EAAE,cAAc,CACjC,+BAA+B,EAC/B,KAAK,CAAC,mBAAmB,CAgF1B,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA;AACvC,YAAY,EAAE,+BAA+B,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generate/plugins/rw-typescript-resolvers/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAK5E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAI5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,MAAM,EAAE,cAAc,CACjC,+BAA+B,EAC/B,KAAK,CAAC,mBAAmB,CA6E1B,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA;AACvC,YAAY,EAAE,+BAA+B,EAAE,CAAA"}
@@ -25,12 +25,12 @@ module.exports = __toCommonJS(rw_typescript_resolvers_exports);
25
25
  var import_plugin_helpers = require("@graphql-codegen/plugin-helpers");
26
26
  var import_typescript_resolvers = require("@graphql-codegen/typescript-resolvers");
27
27
  var import_visitor = require("./visitor.js");
28
- const plugin = (schema, _documents, config) => {
28
+ const plugin = async (schema, _documents, config) => {
29
29
  const visitor = new import_visitor.RwTypeScriptResolversVisitor(config, schema);
30
30
  const visitorResult = (0, import_plugin_helpers.oldVisit)((0, import_plugin_helpers.getCachedDocumentNodeFromSchema)(schema), {
31
31
  leave: visitor
32
32
  });
33
- const { prepend, content } = (0, import_typescript_resolvers.plugin)(schema, [], config);
33
+ const { prepend = [], content } = await (0, import_typescript_resolvers.plugin)(schema, [], config);
34
34
  prepend.push(`export type OptArgsResolverFn<TResult, TParent = {}, TContext = {}, TArgs = {}> = (
35
35
  args?: TArgs,
36
36
  obj?: { root: TParent; context: TContext; info: GraphQLResolveInfo }
@@ -44,7 +44,7 @@ const plugin = (schema, _documents, config) => {
44
44
  const visitorResultStart = splitContent.indexOf(
45
45
  visitorResult.definitions.filter((d) => typeof d === "string")[0].split("\n")[0]
46
46
  );
47
- const splitRootResolver = visitor.getRootResolver().split("\n");
47
+ const splitRootResolver = visitor.getRootResolver().content.split("\n");
48
48
  const visitorResultEnd = splitContent.findIndex(
49
49
  (line, index) => line === splitRootResolver[0] && splitContent[index + 1] === splitRootResolver[1]
50
50
  );
@@ -1,9 +1,10 @@
1
1
  import type { TypeScriptResolversPluginConfig } from '@graphql-codegen/typescript-resolvers';
2
2
  import { TypeScriptResolversVisitor } from '@graphql-codegen/typescript-resolvers';
3
+ import type { FieldDefinitionResult } from '@graphql-codegen/visitor-plugin-common';
3
4
  import type { FieldDefinitionNode, GraphQLSchema, ObjectTypeDefinitionNode } from 'graphql';
4
5
  export declare class RwTypeScriptResolversVisitor extends TypeScriptResolversVisitor {
5
6
  constructor(pluginConfig: TypeScriptResolversPluginConfig, schema: GraphQLSchema);
6
- FieldDefinition(node: FieldDefinitionNode, key: string | number, parent: any): (parentName: string) => string | null;
7
- ObjectTypeDefinition(node: ObjectTypeDefinitionNode): string;
7
+ FieldDefinition(node: FieldDefinitionNode, key: string | number, parent: any): FieldDefinitionResult;
8
+ ObjectTypeDefinition(node: ObjectTypeDefinitionNode): string | null;
8
9
  }
9
10
  //# sourceMappingURL=visitor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"visitor.d.ts","sourceRoot":"","sources":["../../../../../src/generate/plugins/rw-typescript-resolvers/visitor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAA;AAKlF,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,YAAY,EAAE,+BAA+B,EAC7C,MAAM,EAAE,aAAa;IAKvB,eAAe,CACb,IAAI,EAAE,mBAAmB,EACzB,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,MAAM,EAAE,GAAG,GACV,CAAC,UAAU,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI;IAuBxC,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM;CAgG7D"}
1
+ {"version":3,"file":"visitor.d.ts","sourceRoot":"","sources":["../../../../../src/generate/plugins/rw-typescript-resolvers/visitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAA;AAElF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAA;AACnF,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,YAAY,EAAE,+BAA+B,EAC7C,MAAM,EAAE,aAAa;IAMvB,eAAe,CACb,IAAI,EAAE,mBAAmB,EACzB,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,MAAM,EAAE,GAAG,GACV,qBAAqB;IAgCxB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM,GAAG,IAAI;CA6FpE"}
@@ -25,17 +25,26 @@ var import_typescript_resolvers = require("@graphql-codegen/typescript-resolvers
25
25
  var import_visitor_plugin_common = require("@graphql-codegen/visitor-plugin-common");
26
26
  class RwTypeScriptResolversVisitor extends import_typescript_resolvers.TypeScriptResolversVisitor {
27
27
  constructor(pluginConfig, schema) {
28
- super(pluginConfig, schema);
28
+ super(pluginConfig, schema, {});
29
29
  }
30
30
  FieldDefinition(node, key, parent) {
31
31
  const hasArguments = node.arguments && node.arguments.length > 0;
32
32
  const superFieldDefinition = super.FieldDefinition(node, key, parent);
33
- return (parentName) => {
34
- const fieldDef = superFieldDefinition(parentName);
35
- if (!hasArguments && fieldDef?.includes(": Resolver<")) {
36
- return fieldDef.replace(": Resolver<", ": OptArgsResolverFn<");
33
+ return {
34
+ node: superFieldDefinition.node,
35
+ printContent: (parentNode, avoidResolverOptionals) => {
36
+ const result = superFieldDefinition.printContent(
37
+ parentNode,
38
+ avoidResolverOptionals
39
+ );
40
+ if (!hasArguments && result.value?.includes(": Resolver<")) {
41
+ return {
42
+ ...result,
43
+ value: result.value.replace(": Resolver<", ": OptArgsResolverFn<")
44
+ };
45
+ }
46
+ return result;
37
47
  }
38
- return fieldDef;
39
48
  };
40
49
  }
41
50
  // Original implementation is here:
@@ -45,36 +54,35 @@ class RwTypeScriptResolversVisitor extends import_typescript_resolvers.TypeScrip
45
54
  const name = this.convertName(node, {
46
55
  suffix: this.config.resolverTypeSuffix
47
56
  });
48
- const typeName = node.name;
57
+ const typeName = node.name.value;
49
58
  const parentType = this.getParentTypeToUse(typeName);
50
- const fieldsContent = (node.fields || []).map((f) => f(node.name));
51
- const isRootType = [
52
- this.schema.getQueryType()?.name,
53
- this.schema.getMutationType()?.name,
54
- this.schema.getSubscriptionType()?.name
55
- ].includes(typeName);
56
- if (!isRootType) {
57
- fieldsContent.push(
58
- (0, import_visitor_plugin_common.indent)(
59
- `${this.config.internalResolversPrefix}isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>${this.getPunctuation(
60
- "type"
61
- )}`
62
- )
63
- );
64
- }
59
+ const fieldsContent = (node.fields || []).map((f) => {
60
+ if ("printContent" in f && typeof f.printContent === "function") {
61
+ return f.printContent(node, false).value;
62
+ } else {
63
+ throw new Error("Unexpected field type");
64
+ }
65
+ });
65
66
  const blockRelationsResolver = new import_visitor_plugin_common.DeclarationBlock(
66
67
  this._declarationBlockConfig
67
68
  ).export().asKind("type").withName(
68
69
  name.replace("Resolvers", "RelationResolvers"),
69
70
  `<ContextType = ${this.config.contextType.type}, ${this.transformParentGenericType(parentType)}>`
70
71
  ).withBlock(
71
- fieldsContent.map(
72
- (content) => content.replace(
73
- /: (?:OptArgs)?Resolver(?:Fn)?/,
74
- "?: RequiredResolverFn"
72
+ fieldsContent.filter((content) => content !== null).map(
73
+ (content) => (
74
+ // In v5, fields may already carry an optional marker `?:`. The
75
+ // regex consumes the optional `?` so we don't emit a double `??`.
76
+ content.replace(
77
+ /\??: (?:OptArgs)?Resolver(?:Fn)?/,
78
+ "?: RequiredResolverFn"
79
+ )
75
80
  )
76
81
  ).join("\n")
77
82
  );
83
+ if (originalBlock === null) {
84
+ return null;
85
+ }
78
86
  return originalBlock + "\n" + blockRelationsResolver.string;
79
87
  }
80
88
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generate/plugins/rw-typescript-resolvers/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAK5E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAI5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,MAAM,EAAE,cAAc,CACjC,+BAA+B,EAC/B,KAAK,CAAC,mBAAmB,CAgF1B,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA;AACvC,YAAY,EAAE,+BAA+B,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generate/plugins/rw-typescript-resolvers/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAK5E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAI5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,MAAM,EAAE,cAAc,CACjC,+BAA+B,EAC/B,KAAK,CAAC,mBAAmB,CA6E1B,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA;AACvC,YAAY,EAAE,+BAA+B,EAAE,CAAA"}
@@ -4,12 +4,12 @@ import {
4
4
  } from "@graphql-codegen/plugin-helpers";
5
5
  import { plugin as originalPlugin } from "@graphql-codegen/typescript-resolvers";
6
6
  import { RwTypeScriptResolversVisitor } from "./visitor.js";
7
- const plugin = (schema, _documents, config) => {
7
+ const plugin = async (schema, _documents, config) => {
8
8
  const visitor = new RwTypeScriptResolversVisitor(config, schema);
9
9
  const visitorResult = oldVisit(getCachedDocumentNodeFromSchema(schema), {
10
10
  leave: visitor
11
11
  });
12
- const { prepend, content } = originalPlugin(schema, [], config);
12
+ const { prepend = [], content } = await originalPlugin(schema, [], config);
13
13
  prepend.push(`export type OptArgsResolverFn<TResult, TParent = {}, TContext = {}, TArgs = {}> = (
14
14
  args?: TArgs,
15
15
  obj?: { root: TParent; context: TContext; info: GraphQLResolveInfo }
@@ -23,7 +23,7 @@ const plugin = (schema, _documents, config) => {
23
23
  const visitorResultStart = splitContent.indexOf(
24
24
  visitorResult.definitions.filter((d) => typeof d === "string")[0].split("\n")[0]
25
25
  );
26
- const splitRootResolver = visitor.getRootResolver().split("\n");
26
+ const splitRootResolver = visitor.getRootResolver().content.split("\n");
27
27
  const visitorResultEnd = splitContent.findIndex(
28
28
  (line, index) => line === splitRootResolver[0] && splitContent[index + 1] === splitRootResolver[1]
29
29
  );
@@ -1,9 +1,10 @@
1
1
  import type { TypeScriptResolversPluginConfig } from '@graphql-codegen/typescript-resolvers';
2
2
  import { TypeScriptResolversVisitor } from '@graphql-codegen/typescript-resolvers';
3
+ import type { FieldDefinitionResult } from '@graphql-codegen/visitor-plugin-common';
3
4
  import type { FieldDefinitionNode, GraphQLSchema, ObjectTypeDefinitionNode } from 'graphql';
4
5
  export declare class RwTypeScriptResolversVisitor extends TypeScriptResolversVisitor {
5
6
  constructor(pluginConfig: TypeScriptResolversPluginConfig, schema: GraphQLSchema);
6
- FieldDefinition(node: FieldDefinitionNode, key: string | number, parent: any): (parentName: string) => string | null;
7
- ObjectTypeDefinition(node: ObjectTypeDefinitionNode): string;
7
+ FieldDefinition(node: FieldDefinitionNode, key: string | number, parent: any): FieldDefinitionResult;
8
+ ObjectTypeDefinition(node: ObjectTypeDefinitionNode): string | null;
8
9
  }
9
10
  //# sourceMappingURL=visitor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"visitor.d.ts","sourceRoot":"","sources":["../../../../src/generate/plugins/rw-typescript-resolvers/visitor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAA;AAKlF,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,YAAY,EAAE,+BAA+B,EAC7C,MAAM,EAAE,aAAa;IAKvB,eAAe,CACb,IAAI,EAAE,mBAAmB,EACzB,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,MAAM,EAAE,GAAG,GACV,CAAC,UAAU,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI;IAuBxC,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM;CAgG7D"}
1
+ {"version":3,"file":"visitor.d.ts","sourceRoot":"","sources":["../../../../src/generate/plugins/rw-typescript-resolvers/visitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAA;AAElF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAA;AACnF,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,YAAY,EAAE,+BAA+B,EAC7C,MAAM,EAAE,aAAa;IAMvB,eAAe,CACb,IAAI,EAAE,mBAAmB,EACzB,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,MAAM,EAAE,GAAG,GACV,qBAAqB;IAgCxB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM,GAAG,IAAI;CA6FpE"}
@@ -1,21 +1,27 @@
1
1
  import { TypeScriptResolversVisitor } from "@graphql-codegen/typescript-resolvers";
2
- import {
3
- indent,
4
- DeclarationBlock
5
- } from "@graphql-codegen/visitor-plugin-common";
2
+ import { DeclarationBlock } from "@graphql-codegen/visitor-plugin-common";
6
3
  class RwTypeScriptResolversVisitor extends TypeScriptResolversVisitor {
7
4
  constructor(pluginConfig, schema) {
8
- super(pluginConfig, schema);
5
+ super(pluginConfig, schema, {});
9
6
  }
10
7
  FieldDefinition(node, key, parent) {
11
8
  const hasArguments = node.arguments && node.arguments.length > 0;
12
9
  const superFieldDefinition = super.FieldDefinition(node, key, parent);
13
- return (parentName) => {
14
- const fieldDef = superFieldDefinition(parentName);
15
- if (!hasArguments && fieldDef?.includes(": Resolver<")) {
16
- return fieldDef.replace(": Resolver<", ": OptArgsResolverFn<");
10
+ return {
11
+ node: superFieldDefinition.node,
12
+ printContent: (parentNode, avoidResolverOptionals) => {
13
+ const result = superFieldDefinition.printContent(
14
+ parentNode,
15
+ avoidResolverOptionals
16
+ );
17
+ if (!hasArguments && result.value?.includes(": Resolver<")) {
18
+ return {
19
+ ...result,
20
+ value: result.value.replace(": Resolver<", ": OptArgsResolverFn<")
21
+ };
22
+ }
23
+ return result;
17
24
  }
18
- return fieldDef;
19
25
  };
20
26
  }
21
27
  // Original implementation is here:
@@ -25,36 +31,35 @@ class RwTypeScriptResolversVisitor extends TypeScriptResolversVisitor {
25
31
  const name = this.convertName(node, {
26
32
  suffix: this.config.resolverTypeSuffix
27
33
  });
28
- const typeName = node.name;
34
+ const typeName = node.name.value;
29
35
  const parentType = this.getParentTypeToUse(typeName);
30
- const fieldsContent = (node.fields || []).map((f) => f(node.name));
31
- const isRootType = [
32
- this.schema.getQueryType()?.name,
33
- this.schema.getMutationType()?.name,
34
- this.schema.getSubscriptionType()?.name
35
- ].includes(typeName);
36
- if (!isRootType) {
37
- fieldsContent.push(
38
- indent(
39
- `${this.config.internalResolversPrefix}isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>${this.getPunctuation(
40
- "type"
41
- )}`
42
- )
43
- );
44
- }
36
+ const fieldsContent = (node.fields || []).map((f) => {
37
+ if ("printContent" in f && typeof f.printContent === "function") {
38
+ return f.printContent(node, false).value;
39
+ } else {
40
+ throw new Error("Unexpected field type");
41
+ }
42
+ });
45
43
  const blockRelationsResolver = new DeclarationBlock(
46
44
  this._declarationBlockConfig
47
45
  ).export().asKind("type").withName(
48
46
  name.replace("Resolvers", "RelationResolvers"),
49
47
  `<ContextType = ${this.config.contextType.type}, ${this.transformParentGenericType(parentType)}>`
50
48
  ).withBlock(
51
- fieldsContent.map(
52
- (content) => content.replace(
53
- /: (?:OptArgs)?Resolver(?:Fn)?/,
54
- "?: RequiredResolverFn"
49
+ fieldsContent.filter((content) => content !== null).map(
50
+ (content) => (
51
+ // In v5, fields may already carry an optional marker `?:`. The
52
+ // regex consumes the optional `?` so we don't emit a double `??`.
53
+ content.replace(
54
+ /\??: (?:OptArgs)?Resolver(?:Fn)?/,
55
+ "?: RequiredResolverFn"
56
+ )
55
57
  )
56
58
  ).join("\n")
57
59
  );
60
+ if (originalBlock === null) {
61
+ return null;
62
+ }
58
63
  return originalBlock + "\n" + blockRelationsResolver.string;
59
64
  }
60
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "3.0.0-canary.13444+532fd4681",
3
+ "version": "3.0.0-canary.13446+f056c5495",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -140,21 +140,21 @@
140
140
  "@babel/plugin-transform-typescript": "^7.26.8",
141
141
  "@babel/runtime-corejs3": "7.29.0",
142
142
  "@babel/traverse": "7.29.0",
143
- "@cedarjs/babel-config": "3.0.0-canary.13444",
144
- "@cedarjs/graphql-server": "3.0.0-canary.13444",
145
- "@cedarjs/project-config": "3.0.0-canary.13444",
146
- "@cedarjs/router": "3.0.0-canary.13444",
147
- "@graphql-codegen/add": "4.0.1",
148
- "@graphql-codegen/cli": "3.3.1",
149
- "@graphql-codegen/client-preset": "4.8.3",
150
- "@graphql-codegen/core": "3.1.0",
151
- "@graphql-codegen/fragment-matcher": "5.1.0",
152
- "@graphql-codegen/schema-ast": "3.0.1",
153
- "@graphql-codegen/typed-document-node": "5.1.2",
154
- "@graphql-codegen/typescript": "3.0.4",
155
- "@graphql-codegen/typescript-operations": "3.0.4",
156
- "@graphql-codegen/typescript-react-apollo": "3.3.7",
157
- "@graphql-codegen/typescript-resolvers": "3.2.1",
143
+ "@cedarjs/babel-config": "3.0.0-canary.13446",
144
+ "@cedarjs/graphql-server": "3.0.0-canary.13446",
145
+ "@cedarjs/project-config": "3.0.0-canary.13446",
146
+ "@cedarjs/router": "3.0.0-canary.13446",
147
+ "@graphql-codegen/add": "6.0.0",
148
+ "@graphql-codegen/cli": "6.1.1",
149
+ "@graphql-codegen/client-preset": "5.2.3",
150
+ "@graphql-codegen/core": "5.0.0",
151
+ "@graphql-codegen/fragment-matcher": "6.0.0",
152
+ "@graphql-codegen/schema-ast": "5.0.0",
153
+ "@graphql-codegen/typed-document-node": "6.1.6",
154
+ "@graphql-codegen/typescript": "5.0.8",
155
+ "@graphql-codegen/typescript-operations": "5.0.8",
156
+ "@graphql-codegen/typescript-react-apollo": "4.4.0",
157
+ "@graphql-codegen/typescript-resolvers": "5.1.6",
158
158
  "@graphql-tools/documents": "1.0.1",
159
159
  "@sdl-codegen/node": "2.0.1",
160
160
  "ansis": "4.2.0",
@@ -175,7 +175,7 @@
175
175
  },
176
176
  "devDependencies": {
177
177
  "@arethetypeswrong/cli": "0.18.2",
178
- "@cedarjs/framework-tools": "3.0.0-canary.13444",
178
+ "@cedarjs/framework-tools": "3.0.0-canary.13446",
179
179
  "concurrently": "9.2.1",
180
180
  "graphql-tag": "2.12.6",
181
181
  "publint": "0.3.17",
@@ -185,5 +185,5 @@
185
185
  "publishConfig": {
186
186
  "access": "public"
187
187
  },
188
- "gitHead": "532fd46813ffad4b67811ed132ca332c539f014b"
188
+ "gitHead": "f056c549574fa1f17fbab0421001b348446da906"
189
189
  }