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 e481a31 commit 52a8366Copy full SHA for 52a8366
src/fake_definition.ts
@@ -271,7 +271,7 @@ export function buildWithFakeDefinitions(
271
if (isObjectType(type) || isInterfaceType(type)) {
272
for (const field of Object.values(type.getFields())) {
273
const isExtensionField = field.astNode?.loc?.source === extensionSDL;
274
- (field.extensions['isExtensionField'] as any) = isExtensionField;
+ (field.extensions as any)['isExtensionField'] = isExtensionField;
275
}
276
277
0 commit comments