Hello everyone, I have implement signoz in demo project in which I am using Express-GraphQL. During the demo, everything worked seamlessly. However, I've encountered an issue in my live project. In the live project, I've transitioned from using Express-GraphQL to Apollo. Now, when I implement the same code in the live project, Signoz seems to treat it as a REST API server rather than a GraphQL server. Additionally, it doesn't capture any database calls as you can see in the screenshot below.
My code is as below