Hello guys! I have an express application that runs a graphql server. This was running on apollo server 3 and express 4. I recently upgraded it to Apollo server 5 and express 5. I also had to upgrade my dataloader/batching package (https://www.npmjs.com/package/apollo-datasource-mongodb) to the latest version. After the upgrade however the queries have gotten slow, 1-2 seconds —> 6-7 seconds.
Is there any way to show tracing someway, to check how much time is taken by each operation? I tried the InlineTracing plugin, but it says your server needs to be federated.