We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3deaa commit 4efc474Copy full SHA for 4efc474
src/types/connectionType.js
@@ -41,7 +41,9 @@ export function preparePageInfoType(
41
if (schemaComposer.has(name)) {
42
return schemaComposer.getOTC(name);
43
}
44
- return createGlobalPageInfoType(name);
+ const tc = createGlobalPageInfoType(name);
45
+ schemaComposer.set(name, tc);
46
+ return tc;
47
48
49
export function prepareEdgeType<TContext>(
0 commit comments