Missing JCR-SQL2 Queries from GraphQL Execution
I'm currently testing the performance of GraphQL queries in AEM. As part of the analysis using the Query Performance Analyzer, I'm attempting to capture the underlying JCR-SQL2 queries from the QueryStats section in the AEM System Console.
However, for some of the GraphQL queries I successfully execute, I’m unable to find any corresponding JCR-SQL2 entries in the QueryStats. Instead, I consistently see a single query (red-marked on the ss) that appears unrelated to the specific query being executed:

Can anyone help me understand why the actual JCR queries might not be showing up?
Is it possible that certain GraphQL queries are resolved without triggering JCR-SQL2 under the hood?
Any insights or guidance would be greatly appreciated — thank you in advance!

