This query was in some logs: ``` mutation { __typename } ``` which caused: ``` TypeError: Cannot read properties of undefined (reading 'name')\n at QueryComplexity.nodeComplexity (/app/node_modules/graphql-query-complexity/dist/cjs/QueryComplexity.js:105:46 ```