How do I view logs and metrics for a specific GraphQL query to MongoDB?

I have a GraphQl query that is taking roughly 15-20 seconds to return results. I am looking at ways to increase the performance of this query, but cannot find where I can look at the log results and metrics for just one query.

What are ways I can look at this individual query to the DB and see where the best ways to optimize it are?