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 b174583 commit 8a08afdCopy full SHA for 8a08afd
packages/instrumentation-graphql/src/utils.ts
@@ -326,7 +326,7 @@ export function wrapFields(
326
if (field.type) {
327
const unwrappedTypes = unwrapType(field.type);
328
for (const unwrappedType of unwrappedTypes) {
329
- wrapFields(unwrappedType, tracer, getConfig);
+ wrapFields(unwrappedType, tracer, getConfig);
330
}
331
332
});
0 commit comments