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 f5ce2d2 commit b4cf959Copy full SHA for b4cf959
packages/plugins/other/visitor-plugin-common/src/utils.ts
@@ -516,5 +516,7 @@ export function isOneOfInputObjectType(
516
((namedType as unknown as Record<'isOneOf', boolean | undefined>).isOneOf ||
517
namedType.astNode?.directives?.some(d => d.name.value === 'oneOf'));
518
519
+ isOneOfTypeCache.set(namedType, isOneOfType);
520
+
521
return isOneOfType;
522
}
0 commit comments