I am using Apollo federation with node js and getting this error, I am not able to track where the error is happening, how to track this error in which query it's happening and how to fix it
Error: shouldn't happen: missing parent type for field xxxxx at Object.Field (/app/node_modules/@apollo/utils.usagereporting/dist/calculateReferencedFieldsByType.js:20:23) at Object.enter (/app/node_modules/graphql/utilities/TypeInfo.js:391:27) at visit (/app/node_modules/graphql/language/visitor.js:197:21) at calculateReferencedFieldsByType (/app/node_modules/@apollo/utils.usagereporting/dist/calculateReferencedFieldsByType.js:15:25) at getOperationDerivedData (/app/node_modules/@apollo/server/dist/cjs/plugin/usageReporting/plugin.js:435:112) at addTrace (/app/node_modules/@apollo/server/dist/cjs/plugin/usageReporting/plugin.js:386:58)